Prechádzať zdrojové kódy

Update vite.config.ts

lex 2 rokov pred
rodič
commit
f752b47448
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      vite.config.ts

+ 2 - 2
vite.config.ts

@@ -76,7 +76,7 @@ export default defineConfig({
     },
     // target: 'es2015',
     // cssTarget: 'chrome80',
-    reportCompressedSize: false,
-    chunkSizeWarningLimit: 500,
+    // reportCompressedSize: false,
+    // chunkSizeWarningLimit: 500,
   }
 })