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

master
eeer 2021-12-20 06:31:42 +00:00 committed by Gitee
parent 8d3b5cf91d
commit 09dd9861fd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ const resolve = dir => {
* 将开发环境中替换为本地的内容方便处理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",