Parcourir la source

允许打印控制台错误

Michael Wang il y a 3 ans
Parent
commit
8144db09af
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -74,6 +74,7 @@ export default defineConfig({
         selfDefending: true,
         // sourceMap: false,
         splitStrings: true,
+        disableConsoleOutput: false,
         // // stringArrayCallsTransform: true,
         // deadCodeInjection: true,
         // numbersToExpressions: true,