diff --git a/e2e/bundlers/vite.config.js b/e2e/bundlers/vite.config.js index 70c5d742a8d8..4536b8de7c33 100644 --- a/e2e/bundlers/vite.config.js +++ b/e2e/bundlers/vite.config.js @@ -4,7 +4,7 @@ delete rollupConfig.output.file; module.exports = { build: { - output: './dist/dist_vite/bundle_esm.js', + outDir: './dist/dist_vite', rollupOptions: rollupConfig } };