Increase chunk size warning limit in Vite config to 1000KB

This commit is contained in:
yangdx 2025-07-16 10:18:37 +08:00
parent 93e7a5b3aa
commit 03310a9359

View file

@ -17,6 +17,7 @@ export default defineConfig({
build: {
outDir: path.resolve(__dirname, '../lightrag/api/webui'),
emptyOutDir: true,
chunkSizeWarningLimit: 1000,
rollupOptions: {
output: {
// Manual chunking strategy