increase chunkSizeWarningLimit for webapp build (#1287)
increase from 500k (default) to 1024k in order to get rid of the warning messages.
This commit is contained in:
parent
12b9542f72
commit
d770566aec
@ -45,6 +45,7 @@ export default defineConfig({
|
|||||||
outDir: '../webapp_dist',
|
outDir: '../webapp_dist',
|
||||||
emptyOutDir: true,
|
emptyOutDir: true,
|
||||||
minify: 'terser',
|
minify: 'terser',
|
||||||
|
chunkSizeWarningLimit: 1024,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
// Only create one js file
|
// Only create one js file
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user