@webpack-blocks/postcss
Advanced tools
Comparing version 0.2.0 to 0.3.0
# @webpack-blocks/postcss - Changelog | ||
## 0.3.0 | ||
- Adapted to new API: Using `context` now | ||
## 0.2.0 | ||
@@ -4,0 +8,0 @@ |
@@ -19,7 +19,7 @@ /** | ||
return (fileTypes) => Object.assign({ | ||
return (context) => Object.assign({ | ||
module: { | ||
loaders: [ | ||
{ | ||
test: fileTypes('text/css'), | ||
test: context.fileType('text/css'), | ||
exclude: Array.isArray(exclude) ? exclude : [ exclude ], | ||
@@ -26,0 +26,0 @@ loaders: [ 'style-loader', 'css-loader', 'postcss-loader' ] |
{ | ||
"name": "@webpack-blocks/postcss", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"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
2461