postcss-loader
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -0,1 +1,4 @@ | ||
## 1.3.3 | ||
* Remove `postcss-loader-before-processing` warning (by Michael Ciniawsky). | ||
## 1.3.2 | ||
@@ -2,0 +5,0 @@ * Fix deprecated warning (by Xiaoyu Zhai). |
@@ -127,7 +127,2 @@ var loaderUtils = require('loader-utils'); | ||
); | ||
} else { | ||
loader.emitWarning( | ||
'this._compilation is not available thus ' + | ||
'`postcss-loader-before-processing` is not supported' | ||
); | ||
} | ||
@@ -134,0 +129,0 @@ |
{ | ||
"name": "postcss-loader", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "PostCSS loader for webpack", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
16566
146