thread-loader
Advanced tools
Comparing version 1.1.5 to 1.2.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.2.0"></a> | ||
# [1.2.0](https://github.com/webpack-contrib/thread-loader/compare/v1.1.5...v1.2.0) (2018-07-27) | ||
### Features | ||
* add target, minimize and resourceQuery into context ([#25](https://github.com/webpack-contrib/thread-loader/issues/25)) ([f3c7a2c](https://github.com/webpack-contrib/thread-loader/commit/f3c7a2c)) | ||
<a name="1.1.5"></a> | ||
@@ -7,0 +17,0 @@ ## [1.1.5](https://github.com/webpack-contrib/thread-loader/compare/v1.1.4...v1.1.5) (2018-02-26) |
@@ -37,2 +37,5 @@ 'use strict'; | ||
resolve: this.resolve, | ||
target: this.target, | ||
minimize: this.minimize, | ||
resourceQuery: this.resourceQuery, | ||
optionsContext: this.rootContext || this.options.context | ||
@@ -39,0 +42,0 @@ }, function (err, r) { |
@@ -115,3 +115,6 @@ 'use strict'; | ||
'thread-loader': true, | ||
sourceMap: data.sourceMap | ||
sourceMap: data.sourceMap, | ||
target: data.target, | ||
minimize: data.minimize, | ||
resourceQuery: data.resourceQuery | ||
} | ||
@@ -118,0 +121,0 @@ }, function (err, lrResult) { |
{ | ||
"name": "thread-loader", | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"description": "Runs the following loaders in a worker pool", | ||
@@ -5,0 +5,0 @@ "author": "Tobias Koppers @sokra", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
36431
734
2