在使用extract-text-webpack-plugin给webpack打包时出现报错
webpack打包报错DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
是因为这个插件现在不兼容webpack4x版本,可以使用最新的测试版本
下载最新测试版本
npm install [email protected]

相关文章: