Increase chunk size warning limit in Vite config to 1000KB
This commit is contained in:
parent
93e7a5b3aa
commit
03310a9359
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ export default defineConfig({
|
|||
build: {
|
||||
outDir: path.resolve(__dirname, '../lightrag/api/webui'),
|
||||
emptyOutDir: true,
|
||||
chunkSizeWarningLimit: 1000,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
// Manual chunking strategy
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue