浏览代码

chore: modify __PLACEHOLDER__ default value

Casper Dai 3 年之前
父节点
当前提交
72e7022939
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -10,7 +10,7 @@ const isRelease = false
 
 const features = {
   __DEV__: !isProd,
-  __PLACEHOLDER__: isProd || !isRelease
+  __PLACEHOLDER__: !isProd || !isRelease
 }
 
 const copyFiles = [