mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-03-04 07:59:56 -08:00
[Vite] Remove overridden build.target in favor of legacy plugin defaults (#36611)
This commit is contained in:
parent
4905c194b8
commit
f53c4db05c
1 changed files with 0 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ export const config: UserConfigFnPromise = async ({ mode, command }) => {
|
||||||
port: 3036,
|
port: 3036,
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
target: 'modules',
|
|
||||||
commonjsOptions: { transformMixedEsModules: true },
|
commonjsOptions: { transformMixedEsModules: true },
|
||||||
chunkSizeWarningLimit: 1 * 1024 * 1024, // 1MB
|
chunkSizeWarningLimit: 1 * 1024 * 1024, // 1MB
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue