Explorar o código

chore: modify __PLACEHOLDER__ default value

Casper Dai %!s(int64=3) %!d(string=hai) anos
pai
achega
72e7022939
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = [