webpack-build-notifier
Advanced tools
Comparing version 0.1.24 to 0.1.25
@@ -237,3 +237,3 @@ /** | ||
if (!this.suppressCompileStart) { | ||
compiler.hooks.watchRun.tap('webpack-build-notifier', this.onCompilationWatchRun.bind(this)); | ||
compiler.hooks.watchRun.tapAsync('webpack-build-notifier', this.onCompilationWatchRun.bind(this)); | ||
} | ||
@@ -240,0 +240,0 @@ compiler.hooks.done.tap('webpack-build-notifier', this.onCompilationDone.bind(this)); |
{ | ||
"name": "webpack-build-notifier", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "A Webpack plugin that generates OS notifications for build steps using node-notifier.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -114,2 +114,7 @@ # webpack-build-notifier | ||
--------- | ||
#### 0.1.25 | ||
###### _April 18, 2018_ | ||
- Updated Webpack 4 watchRun hook to use tapAsync to fix #25. | ||
#### 0.1.24 | ||
@@ -116,0 +121,0 @@ ###### _April 15, 2018_ |
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
98981
212