Browse Source

increase chunkSizeWarningLimit for monaco editor

Martin Kunz 2 months ago
parent
commit
de47f7030c
1 changed files with 1 additions and 0 deletions
  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))