问题描述
在使用extract-text-webpack-plugin
给webpack
打包时出现报错
Tapable.plugin is deprecated. Use new API on `.hooks` instead
问题原因
extract-text-webpack-plugin
目前版本不支持webpack4
。
解决方案
使用extract-text-webpack-plugin
的最新的beta版
npm install extract-text-webpack-plugin@next