stylus-loader
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -7,2 +7,3 @@ var loaderUtils = require('loader-utils'); | ||
var whenNodefn = require('when/node/function'); | ||
var cloneDeep = require('lodash.clonedeep'); | ||
@@ -18,3 +19,3 @@ var CachedPathEvaluator = require('./lib/evaluator'); | ||
var done = this.async(); | ||
var options = loaderUtils.parseQuery(this.query); | ||
var options = cloneDeep(loaderUtils.parseQuery(this.query)); | ||
options.dest = options.dest || ''; | ||
@@ -21,0 +22,0 @@ options.filename = options.filename || this.resourcePath; |
{ | ||
"name": "stylus-loader", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Stylus loader for webpack", | ||
@@ -27,2 +27,3 @@ "main": "index.js", | ||
"loader-utils": "^0.2.9", | ||
"lodash.clonedeep": "^4.5.0", | ||
"when": "~3.6.x" | ||
@@ -29,0 +30,0 @@ }, |
@@ -199,2 +199,3 @@ # stylus-loader | ||
* Please see https://github.com/shama/stylus-loader/releases | ||
* 2.5.1 - Fix paths mutation in options (@vio) | ||
* 2.5.0 - Define paths in global stylusOptions, in addtion to query params (@JounQin) | ||
@@ -201,0 +202,0 @@ * 2.4.0 - Add OptionsPlugin to help support webpack 2 (@mzgoddard) |
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
36500
758
227
4
+ Addedlodash.clonedeep@^4.5.0
+ Addedlodash.clonedeep@4.5.0(transitive)