Skip to content

Commit 67f4e52

Browse files
authored
refactor(config): remove unnecessary esbuild option (#13580)
1 parent c3e4791 commit 67f4e52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vite/src/node/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,6 @@ async function bundleConfigFile(
10181018
const result = await build({
10191019
absWorkingDir: process.cwd(),
10201020
entryPoints: [fileName],
1021-
outfile: 'out.js',
10221021
write: false,
10231022
target: ['node18'],
10241023
platform: 'node',

0 commit comments

Comments
 (0)