当前位置: 代码迷 >> 综合 >> [webpack] Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint in
  详细解决方案

[webpack] Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint in

热度:45   发布时间:2023-12-12 01:10:08.0

enviroment

webpack 4.0
extract-text-webpack-plugin

error

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

reason

没有使用最新的npm 包

resolution

npm i -D extract-text-webpack-plugin@next

  相关解决方案