update buyer/vue.config.js. 统一取消cdn加载 目前cdn链接的https请求挂了

master
eeer 2021-12-20 06:30:40 +00:00 committed by Gitee
parent 246ba9057f
commit 5a90567e98
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 1 deletions

View File

@ -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",