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的主要内容,如果未能解决你的问题,请参考以下文章
Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead(示例代码
webpack4.x 报错:Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoin
错误:Chunk.entrypoints:使用 Chunks.groupsIterable 并按 instanceof Entrypoint 过滤