@webpack-blocks/postcss
Advanced tools
Comparing version 0.4.2 to 0.4.3
# @webpack-blocks/postcss - Changelog | ||
## 0.4.3 | ||
- Bug fix: Fix loading of `postcss.config.js` ([#137](https://github.com/andywer/webpack-blocks/pull/137)) | ||
## 0.4.2 | ||
@@ -4,0 +8,0 @@ |
@@ -43,3 +43,3 @@ /** | ||
}, | ||
plugins ? createPostcssPluginsConfig(context.webpack, plugins) : {} | ||
plugins.length > 0 ? createPostcssPluginsConfig(context.webpack, plugins) : {} | ||
) | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "@webpack-blocks/postcss", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Webpack block for PostCSS.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
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
5311