問題描述
在使用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
