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
How can I get rid of the following deprecation warning that it seems spawn from your plugin?
(node:10584) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
at /[MY/PATH]/node_modules/webpack-concat-plugin/release.js:150:42
at new Promise (<anonymous>)
at ConcatPlugin.resolveReadFiles (/[MY/PATH]/node_modules/webpack-concat-plugin/release.js:149:49)
at ConcatPlugin.apply (/[MY/PATH]/node_modules/webpack-concat-plugin/release.js:287:18)
at webpack (/[MY/PATH]/node_modules/webpack/lib/webpack.js:37:12)
at processOptions (/[MY/PATH]/node_modules/webpack-cli/bin/cli.js:441:16)
at yargs.parse (/[MY/PATH]/node_modules/webpack-cli/bin/cli.js:528:3)
at Object.parse (/[MY/PATH]/node_modules/yargs/yargs.js:552:18)
at /[MY/PATH]/node_modules/webpack-cli/bin/cli.js:219:8
at Object.<anonymous> (/[MY/PATH]/node_modules/webpack-cli/bin/cli.js:530:3)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/[MY/PATH]/node_modules/webpack/bin/webpack.js:165:2)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:191:16)
at bootstrap_node.js:612:3
The text was updated successfully, but these errors were encountered:
Hi there,
How can I get rid of the following deprecation warning that it seems spawn from your plugin?
The text was updated successfully, but these errors were encountered: