mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Update to Vite 7 (#35598)
This commit is contained in:
@@ -73,6 +73,7 @@ export const config: UserConfigFnPromise = async ({ mode, command }) => {
|
||||
port: 3036,
|
||||
},
|
||||
build: {
|
||||
target: 'modules',
|
||||
commonjsOptions: { transformMixedEsModules: true },
|
||||
chunkSizeWarningLimit: 1 * 1024 * 1024, // 1MB
|
||||
sourcemap: true,
|
||||
|
||||
Reference in New Issue
Block a user