You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node --trace-deprecation ./node_modules/webpack/bin/webpack --bail --env dist -p on windows helps to figure out that this plugin use tapable as deprecated module.
thank you for the update!
When webpack-notifier is used with webpack 4 (tested with 4.1.0), a deprecation warning is issued:
(node:23649) DeprecationWarning: Tapable.plugin is deprecated. Use new API on
.hooks
insteadThe text was updated successfully, but these errors were encountered: