[Vite] Remove overridden build.target in favor of legacy plugin defaults (#36611)

This commit is contained in:
Nicholas La Roux 2025-10-28 07:22:41 -04:00 committed by GitHub
commit f53c4db05c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,6 @@ export const config: UserConfigFnPromise = async ({ mode, command }) => {
port: 3036,
},
build: {
target: 'modules',
commonjsOptions: { transformMixedEsModules: true },
chunkSizeWarningLimit: 1 * 1024 * 1024, // 1MB
sourcemap: true,