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

Posted lixuemin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 [email protected] --save-dev

以上是关于Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead的主要内容,如果未能解决你的问题,请参考以下文章