TypeError: compilation.getCache is not a function
vue 中引入cesium, vue.config.js 中配置cesium参数是报错compilation.getCache is not a functionvue 中引入cesium xu
·
vue 中引入cesium, vue.config.js 中配置cesium参数是报错compilation.getCache is not a function
vue 中引入cesium 需要用copy-webpack-plugin 把一些文件拷贝到打包目录
用的是vue2.x版本
部分配置如下
此时运行会报错,主要是安装的copy-webpack-plugin版本太高,而当前webpack版本太低,不支持,高版本的配置语法也变了。
移除copy-webpack-plugin, 安装5.0版本的copy-webpack-plugin即可解决!
更多推荐
已为社区贡献1条内容
所有评论(0)