0
点赞
收藏
分享

微信扫一扫

Use Chunks.groupsIterable and filter by instanceof Ent rypoint instead


在使用webpack打包时,运行npm run dev 时提示:

Use Chunks.groupsIterable and filter by instanceof Ent rypoint instead_webpack

本来是想使用extract-text-webpack-plugin插件来抽取css样式的。

解决:

因为 extract-text-webpack-plugin 还不能支持webpack 4.0.0以上的版本。

在项目下打开cmd,输入:

npm install --save-dev extract-text-webpack-plugin@next

 

举报

相关推荐

0 条评论