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: {
|
build: {
|
||||||
outDir: path.resolve(__dirname, '../lightrag/api/webui'),
|
outDir: path.resolve(__dirname, '../lightrag/api/webui'),
|
||||||
emptyOutDir: true,
|
emptyOutDir: true,
|
||||||
|
chunkSizeWarningLimit: 1000,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
// Manual chunking strategy
|
// Manual chunking strategy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue