安装extract-text-webpack-plugin
后,使用webpack构建的时候出现如下错误:
Tapable.plugin is deprecated. Use new API on `.hooks` instead
查阅Extract Text Plugin文档,其中已然说明:
Since webpack v4 the
extract-text-webpack-plugin
should not be used for css. Use mini-css-extract-plugin instead.