-
Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead
上述错误应该使用了webpack4.x,将extract-text-webpack-plugin
插件更换为mini-css-extract-plugin
就解决了。
-
TypeError: webpack.NoErrorsPlugin is not a constructor
上面使用的是webpack1.x的插件,应该修改为webpack.NoEmitOnErrorsPlugin
。