webpack 4+使用了extract-text-webpack-plugin插件后,编译出错

出现的问题:DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
解决的方法:npm install extract-text-webpack-plugin@next

相关推荐