Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@webpack-blocks/postcss

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webpack-blocks/postcss - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

CHANGELOG.md
# @webpack-blocks/postcss - Changelog
## 0.4.2
- Bug fix: Fix `postcss`/`sass` crash when using webpack 2 and source maps ([#116](https://github.com/andywer/webpack-blocks/issues/116))
## 0.4.1

@@ -4,0 +8,0 @@

@@ -54,3 +54,10 @@ /**

new webpack.LoaderOptionsPlugin({
options: { postcss: plugins }
options: {
postcss: plugins,
// Hacky fix for a strange issue involving the postcss-loader, sass-loader and webpack@2
// (see https://github.com/andywer/webpack-blocks/issues/116)
// Might be removed again once the `sass` block uses a newer `sass-loader`
context: '/'
}
})

@@ -57,0 +64,0 @@ ]

{
"name": "@webpack-blocks/postcss",
"version": "0.4.1",
"version": "0.4.2",
"description": "Webpack block for PostCSS.",

@@ -15,2 +15,6 @@ "main": "lib/index",

},
"keywords": [
"webpack",
"webpack-blocks"
],
"repository": "andywer/webpack-blocks",

@@ -17,0 +21,0 @@ "bugs": "https://github.com/andywer/webpack-blocks/issues",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc