nicolium: set min chunk size
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -21,6 +21,7 @@ const config = defineConfig(() => ({
|
||||
assetFileNames: 'packs/assets/[name]-[hash].[ext]',
|
||||
chunkFileNames: 'packs/js/[name]-[hash].js',
|
||||
entryFileNames: 'packs/[name]-[hash].js',
|
||||
experimentalMinChunkSize: 16 * 1024,
|
||||
},
|
||||
},
|
||||
sourcemap: true,
|
||||
|
||||
Reference in New Issue
Block a user