Skip to content

Commit

Permalink
docs: mention devTarget option in caveats list (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganDark committed May 29, 2024
1 parent 11f4f68 commit e078012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This plugin has limited options to enable good performances and be transpiler ag
- `jsx runtime` is always `automatic`
- In development:
- esbuild is disabled, so the [esbuild configuration](https://vitejs.dev/config/shared-options.html#esbuild) has no effect
- `target` is `es2020`
- `target` is ignored and defaults to `es2020` (see [`devTarget`](#devtarget))
- JS files are not transformed
- tsconfig is not resolved, so properties other than the ones listed above behaves like TS defaults

Expand Down

0 comments on commit e078012

Please sign in to comment.