mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
increase chunkSize warning limit on build
This commit is contained in:
parent
52364d0524
commit
73902bceee
@ -57,6 +57,7 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
build: {
|
build: {
|
||||||
outDir: path.resolve(__dirname, './build'),
|
outDir: path.resolve(__dirname, './build'),
|
||||||
|
chunkSizeWarningLimit: 1600,
|
||||||
},
|
},
|
||||||
publicDir: '/admin',
|
publicDir: '/admin',
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user