####报错:
Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead
####原因:
extract-text-webpack-plugin还不能支持webpack4.0.0以上的版本。
####解决办法:
npm install –-save-dev extract-text-webpack-plugin@next
####报错:
Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead
####原因:
extract-text-webpack-plugin还不能支持webpack4.0.0以上的版本。
####解决办法:
npm install –-save-dev extract-text-webpack-plugin@next