标签:pack none -- npm margin extract filter hunk webp
如题报错是因为webpack用了4以上版本 ,而extract-text-webpack-plugin过低造成的。解决办法升级extract-text-webpack-plugin或降级webpack。
升级extract-text-webpack-plugin:
npm install extract-text-webpack-plugin@next --save-dev
Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead
标签:pack none -- npm margin extract filter hunk webp
原文地址:https://www.cnblogs.com/lixuemin/p/9947013.html