update buyer/vue.config.js. 统一取消cdn加载 目前cdn链接的https请求挂了
parent
246ba9057f
commit
5a90567e98
|
@ -11,7 +11,8 @@ const configs = require('./src/config')
|
|||
* 将开发环境中替换为本地的内容,方便处理bug以及开启vueDev
|
||||
* 我们可以根据环境变量进行相应的处理,只有在产品的时候,才让插件去自动注入相应的资源文件到html页面
|
||||
*/
|
||||
const enableProduction = process.env.NODE_ENV === "production"; // 是否生产环境
|
||||
// const enableProduction = process.env.NODE_ENV === "production"; // 是否生产环境
|
||||
const enableProduction = false // 统一取消cdn加载 目前cdn链接的https请求挂了
|
||||
|
||||
let externals = {
|
||||
vue: "Vue",
|
||||
|
|
Loading…
Reference in New Issue