@webpack-blocks/postcss
Advanced tools
Comparing version 0.4.0 to 0.4.1
# @webpack-blocks/postcss - Changelog | ||
## 0.4.1 | ||
- Made `plugins` parameter optional ([#112](https://github.com/andywer/webpack-blocks/issues/112)) | ||
## 0.4.0 | ||
@@ -4,0 +8,0 @@ |
@@ -19,2 +19,3 @@ /** | ||
function postcss (plugins, options) { | ||
plugins = plugins || [] | ||
options = options || {} | ||
@@ -21,0 +22,0 @@ |
{ | ||
"name": "@webpack-blocks/postcss", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"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
4665
57