Sfoglia il codice sorgente

increase chunkSizeWarningLimit for monaco editor

Martin Kunz 1 anno fa
parent
commit
de47f7030c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -8,6 +8,7 @@ export default defineConfig({
   plugins: [
     vue(),
   ],
+  build: { chunkSizeWarningLimit: 5000, },
   resolve: {
     alias: {
       '@': fileURLToPath(new URL('./src', import.meta.url))