less-loader
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="4.0.2"></a> | ||
## [4.0.2](https://github.com/webpack-contrib/less-loader/compare/v4.0.1...v4.0.2) (2017-03-21) | ||
### Bug Fixes | ||
* Plugin.install is not a function ([f8ae245](https://github.com/webpack-contrib/less-loader/commit/f8ae245)) | ||
<a name="4.0.1"></a> | ||
@@ -7,0 +17,0 @@ ## [4.0.1](https://github.com/webpack-contrib/less-loader/compare/v4.0.0...v4.0.1) (2017-03-21) |
var loaderUtils = require('loader-utils'); | ||
var cloneDeep = require('clone-deep'); | ||
var clone = require('clone'); | ||
var createWebpackLessPlugin = require('./createWebpackLessPlugin'); | ||
@@ -15,3 +15,3 @@ | ||
compress: Boolean(loaderContext.minimize) | ||
}, cloneDeep(loaderUtils.getOptions(loaderContext))); | ||
}, clone(loaderUtils.getOptions(loaderContext))); | ||
@@ -18,0 +18,0 @@ // We need to set the filename because otherwise our WebpackFileManager will receive an undefined path for the entry |
{ | ||
"name": "less-loader", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"author": "Johannes Ewald @jhnns", | ||
@@ -34,3 +34,3 @@ "description": "Less loader for webpack. Compiles Less to CSS.", | ||
"dependencies": { | ||
"clone-deep": "^0.2.4", | ||
"clone": "^2.1.1", | ||
"loader-utils": "^1.0.2", | ||
@@ -37,0 +37,0 @@ "pify": "^2.3.0" |
Sorry, the diff of this file is not supported yet
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
43167
+ Addedclone@^2.1.1
+ Addedclone@2.1.2(transitive)
- Removedclone-deep@^0.2.4
- Removedclone-deep@0.2.4(transitive)
- Removedfor-in@0.1.8(transitive)
- Removedfor-own@0.1.5(transitive)
- Removedkind-of@2.0.1(transitive)
- Removedlazy-cache@0.2.7(transitive)
- Removedmixin-object@2.0.1(transitive)
- Removedshallow-clone@0.1.2(transitive)