webpack,extract-text-webpack-plugin报错:Use Chunks.groupsIterable and filter by instanceof EntryPoint
一、extrack-tex-webpack-plugin作用:为了抽离css样式,防止将样式打包在js中引起页面样式加载错乱的现象二、使用1、npminstall--save-devextract-webpack-plugin2、webpack.production.config.js中constwebpack=require("webpack");//...constExtractTextPlu