소스 검색

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 = [