From f53c4db05c0618eab7dea2ddd8ac5b05bf2b737e Mon Sep 17 00:00:00 2001 From: Nicholas La Roux Date: Tue, 28 Oct 2025 07:22:41 -0400 Subject: [PATCH] [Vite] Remove overridden `build.target` in favor of legacy plugin defaults (#36611) --- vite.config.mts | 1 - 1 file changed, 1 deletion(-) diff --git a/vite.config.mts b/vite.config.mts index 6876302dd..30c0741aa 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -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,