mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-11 20:21:10 +00:00
Change chunk size warning limit to fit our current setup
This commit is contained in:
parent
fede16d292
commit
a80a405bf2
|
@ -59,6 +59,7 @@ export const config: UserConfigFnPromise = async ({ mode, command }) => {
|
|||
},
|
||||
build: {
|
||||
commonjsOptions: { transformMixedEsModules: true },
|
||||
chunkSizeWarningLimit: 1 * 1024 * 1024, // 1MB
|
||||
manifest: 'manifest.json',
|
||||
sourcemap: true,
|
||||
rollupOptions: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user