webpack4.x 报错:Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead

在配置webpack4报错:Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead时,应该是插extract-text-webpack-plugin的版本问题

解决方案如下:

npm install extract-text-webpack-plugin@next

安装后的版本是(package.json):

 "devDependencies": {
    "css-loader": "^0.28.11",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "file-loader": "^1.1.11",
    "style-loader": "^0.21.0",
    "url-loader": "^1.0.1"
}

再次webpack 通过..

 

posted @ 2018-05-15 10:19  T_elder  阅读(4729)  评论(0编辑  收藏  举报