Browse Source

chore: modify __PLACEHOLDER__ default value

Casper Dai 3 năm trước cách đây
mục cha
commit
72e7022939
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = [