host monaco ourselves, don't download it from a CDN

This commit is contained in:
Athou
2023-06-22 19:00:38 +02:00
parent c1520652f2
commit 8a64a9db31
4 changed files with 32 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ export default defineConfig({
},
},
build: {
chunkSizeWarningLimit: 1000,
chunkSizeWarningLimit: 3000,
rollupOptions: {
output: {
manualChunks: id => {