feat: establish facade-first runtime boundary
This commit is contained in:
@@ -7,4 +7,14 @@ export default defineConfig({
|
||||
port: 5173,
|
||||
strictPort: false,
|
||||
},
|
||||
build: {
|
||||
chunkSizeWarningLimit: 600,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: {
|
||||
three: ['three'],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user