Skip to content

Commit 62ea60b

Browse files
authored
Merge pull request #33 from johnnyreilly/patch-1
Update README.md
2 parents f68e26f + 127d220 commit 62ea60b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ number **can increase checking time**. Default: `ForkTsCheckerWebpackPlugin.ONE_
107107
* `ForkTsCheckerWebpackPlugin.ONE_CPU_FREE` - leave only one CPU for build (probably will increase build time)
108108
* `ForkTsCheckerWebpackPlugin.TWO_CPUS_FREE` - **recommended** - leave two CPUs free (one for build, one for system)
109109

110+
## Notifier
111+
112+
You may already be using the excellent [webpack-notifier](https://github.com/Turbo87/webpack-notifier) plugin to make build failures more obvious in the form of system notifications. There's an equivalent notifier plugin designed to work with the `fork-ts-checker-webpack-plugin`. It is the `fork-ts-checker-notifier-webpack-plugin` and can be found [here](https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin). This notifier deliberately has a similar API as the `webpack-notifier` plugin to make migration easier.
113+
110114
## Plugin Hooks
111115
This plugin provides some custom webpack hooks (all are sync):
112116

0 commit comments

Comments
 (0)