Webpack plugin that displays system notifications for build status when used with fork-ts-checker-webpack-plugin. v9.0.0 is current, targeting fork-ts-checker-webpack-plugin ^9.0.0 and Node >=16. Releases mirror upstream breaking changes. Similar API to webpack-notifier but specifically for the fork-ts-checker workflow. Silences notifications on successful builds by default, only notifying on first run, failures, and recovery.
npm install fork-ts-checker-notifier-webpack-pluginVerified import paths — ran on the pinned version, not inferred.
Minimal webpack configuration pairing both plugins; order matters to avoid undefined hooks.
Upgrade fork-ts-checker-webpack-plugin to ^9.0.0 and ensure Node >=16.
Upgrade fork-ts-checker-webpack-plugin to ^8.0.0 and Node >=14.
Use fork-ts-checker-webpack-plugin ^7.0.0.
Upgrade fork-ts-checker-webpack-plugin to ^6.0.0.
Ensure node-notifier >=8.0.2 to mitigate the vulnerability.
Always place ForkTsCheckerWebpackPlugin before ForkTsCheckerNotifierWebpackPlugin in the plugins array.
Use require() instead of import.
Reorder plugins: new ForkTsCheckerWebpackPlugin() first, then new ForkTsCheckerNotifierWebpackPlugin().
npm install --save-dev fork-ts-checker-webpack-plugin
Install fork-ts-checker-webpack-plugin@^9.0.0