-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add webpack plugin to show notifications on successful or failed builds. This makes it easier to know when building has finished and you can refresh, especially when you have the browser window open in the foreground most of the time. -- https://github.com/RoccoC/webpack-build-notifier
- Loading branch information
1 parent
6a41372
commit 6e0677c
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7105,6 +7105,14 @@ webidl-conversions@^4.0.1, webidl-conversions@^4.0.2: | |
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" | ||
|
||
[email protected]: | ||
version "0.1.21" | ||
resolved "https://registry.yarnpkg.com/webpack-build-notifier/-/webpack-build-notifier-0.1.21.tgz#8970ff44a6a290fa636fb1385045ebd08a089ab0" | ||
dependencies: | ||
ansi-regex "^2.0.0" | ||
node-notifier "5.1.2" | ||
strip-ansi "^3.0.1" | ||
|
||
[email protected]: | ||
version "4.4.2" | ||
resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-4.4.2.tgz#6234884f59c096ebd622535c6a69d31e8440ff99" | ||
|