Skip to content

Commit

Permalink
refactor(config): remove unnecessary esbuild option (#13580)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenfan0 authored Sep 19, 2023
1 parent c3e4791 commit 67f4e52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,6 @@ async function bundleConfigFile(
const result = await build({
absWorkingDir: process.cwd(),
entryPoints: [fileName],
outfile: 'out.js',
write: false,
target: ['node18'],
platform: 'node',
Expand Down

0 comments on commit 67f4e52

Please sign in to comment.