event-callback-webpack-plugin
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,3 +1,7 @@ | ||
# 1.0.1 | ||
- Fixed: supply parameters to callback function. | ||
# 1.0.0 | ||
- Initial public release. |
@@ -33,7 +33,3 @@ 'use strict'; | ||
compiler.plugin(this.event, function () { | ||
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { | ||
args[_key] = arguments[_key]; | ||
} | ||
return _this.callback(args); | ||
return _this.callback.apply(_this, arguments); | ||
}); | ||
@@ -40,0 +36,0 @@ } |
{ | ||
"name": "event-callback-webpack-plugin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Webpack plugin that gives ability to add callback after webpack event", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
7242
30