webpack使用extract-text-webpack-plugin打包时提示错误Use Chunks.groupsIterable and filter by instanceof Entryp

当前时间2018年5月9日12:13:11

在使用webpack4创建时,使用了extract-text-webpack-plugin插件,然而在打包时实现错误:

Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead
    at Chunk.get (E:\webProject\my-site\xiangzhipeng.blog.src\node_modules\webpack\lib\Chunk.js:528:9)
    at E:\webProject\my-site\xiangzhipeng.blog.src\node_modules\extract-text-webpack-plugin\dist\index.js:176:48
    at Array.forEach (<anonymous>)
    at E:\webProject\my-site\xiangzhipeng.blog.src\node_modules\extract-text-webpack-plugin\dist\index.js:171:18
    at AsyncSeriesHook.eval [as callAsync] (eval at create (E:\webProject\my-site\xiangzhipeng.blog.src\node_modules\tapable\lib\HookCodeFactory.js:24:12), <anonymous>:7:1)
    at AsyncSeriesHook.lazyCompileHook [as _callAsync] (E:\webProject\my-site\xiangzhipeng.blog.src\node_modules\tapable\lib\Hook.js:35:21)
    at Compilation.seal (E:\webProject\my-site\xiangzhipeng.blog.src\node_modules\webpack\lib\Compilation.js:890:27)
    at hooks.make.callAsync.err (E:\webProject\my-site\xiangzhipeng.blog.src\node_modules\webpack\lib\Compiler.js:481:17)
    at _done (eval at create (E:\webProject\my-site\xiangzhipeng.blog.src\node_modules\tapable\lib\HookCodeFactory.js:24:12), <anonymous>:9:1)
    at _err1 (eval at create (E:\webProject\my-site\xiangzhipeng.blog.src\node_modules\tapable\lib\HookCodeFactory.js:24:12), <anonymous>:32:22)

出现了Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead,

那么可能是你在下载extract-text-webpack-plugin插件的时候使用了默认推荐的版本。

由于extract-text-webpack-plugin的推荐版本还不支持webpack4.X,所以此时你需要删除掉原来的extract-text-webpack-plugin,并安装最新的测试版本:

npm uninstall --save-dev extract-text-webpack-plugin
npm install --save-dev extract-text-webpack-plugin@next
这样错误就没有啦!
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值