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

前端 未结 4 1420
清酒与你
清酒与你 2021-01-30 19:20

I see the following errors when trying to start my app...

> css-modules@1.0.0 start /Users/johnnynolan/Repos/css-modules

webp

4条回答
  •  逝去的感伤
    2021-01-30 20:03

    Most of the comments here https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/701 point to extract-text-plugin change it to mini-css-extract-plugin instead.

    From the Github repo of extract-text-webpack-plugin https://github.com/webpack-contrib/extract-text-webpack-plugin

    ⚠️ Since webpack v4 the extract-text-webpack-plugin should not be used for css. Use mini-css-extract-plugin instead.

    Head over to mini-css-extract-plugin on how to swap/upgrade it https://github.com/webpack-contrib/mini-css-extract-plugin

提交回复
热议问题