Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead

如题报错是因为webpack用了4以上版本 ,而extract-text-webpack-plugin过低造成的。解决办法升级extract-text-webpack-plugin或降级webpack。

升级extract-text-webpack-plugin:

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

posted @ 2018-11-12 16:01  简惬  阅读(1517)  评论(0编辑  收藏  举报