postcss-loader
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.1.4"></a> | ||
## [2.1.4](https://github.com/postcss/postcss-loader/compare/v2.1.3...v2.1.4) (2018-04-16) | ||
### Bug Fixes | ||
* restore loader object in postcss config context ([#355](https://github.com/postcss/postcss-loader/issues/355)) ([2ff1735](https://github.com/postcss/postcss-loader/commit/2ff1735)) | ||
<a name="2.1.3"></a> | ||
@@ -7,0 +17,0 @@ ## [2.1.3](https://github.com/postcss/postcss-loader/compare/v2.1.2...v2.1.3) (2018-03-20) |
@@ -93,2 +93,4 @@ 'use strict' | ||
rc.ctx.webpack = this; | ||
return postcssrc(rc.ctx, rc.path, { argv: false }) | ||
@@ -95,0 +97,0 @@ }).then((config) => { |
{ | ||
"name": "postcss-loader", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "PostCSS loader for webpack", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
29854
236