摘要:
安装three.js 0.128.0版本 ,build报错 解决: 在webpack.base.config.js中规则rules下配置 { test: /\.js$/, loader: 'happypack/loader?id=happybabel', // exclude: /node_modu 阅读全文
posted @ 2023-08-23 19:08
一江春水向东刘小姐
阅读(34)
评论(0)
推荐(0)
摘要:
报错原因:vue与vue-template-compiler版本不匹配。 解决办法: 上图中说了看看使用vue-loader的版本,我的是13版本大于10.0版本,这个时候需要更新vue-template-compiler //卸载 npm uninstall vue-template-compil 阅读全文
posted @ 2023-08-23 18:55
一江春水向东刘小姐
阅读(522)
评论(0)
推荐(0)