@webpack-blocks/postcss
Advanced tools
Comparing version 0.4.1 to 0.4.2
# @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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5182
63