Explorar el Código

允许打印控制台错误

Michael Wang hace 3 años
padre
commit
8144db09af
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,