Przeglądaj źródła

chore: modify __PLACEHOLDER__ default value

Casper Dai 3 lat temu
rodzic
commit
72e7022939
1 zmienionych plików z 1 dodań i 1 usunięć
  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 = [