Explorar o código

fix: build error

xiaoxian521 %!s(int64=4) %!d(string=hai) anos
pai
achega
1177b5b72b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      vite.config.ts

+ 3 - 0
vite.config.ts

@@ -60,6 +60,9 @@ export default ({ command }: ConfigEnv): UserConfigExport => {
       brotliSize: false,
       // 消除打包大小超过500kb警告
       chunkSizeWarningLimit: 2000
+    },
+    define: {
+      __INTLIFY_PROD_DEVTOOLS__: false
     }
   }
 }