Skip to content

Commit

Permalink
refactor: esbuild no longer respects target in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jun 15, 2023
1 parent 0b85b0e commit c15c155
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vite/src/node/plugins/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export async function transformWithEsbuild(
options.jsxFactory && (compilerOptions.jsxFactory = undefined)
options.jsxFragment && (compilerOptions.jsxFragmentFactory = undefined)
options.jsxImportSource && (compilerOptions.jsxImportSource = undefined)
options.target && (compilerOptions.target = undefined)
}

tsconfigRaw = {
Expand Down

0 comments on commit c15c155

Please sign in to comment.