Skip to content

Commit e078012

Browse files
authored
docs: mention devTarget option in caveats list (#212)
1 parent 11f4f68 commit e078012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This plugin has limited options to enable good performances and be transpiler ag
3030
- `jsx runtime` is always `automatic`
3131
- In development:
3232
- esbuild is disabled, so the [esbuild configuration](https://vitejs.dev/config/shared-options.html#esbuild) has no effect
33-
- `target` is `es2020`
33+
- `target` is ignored and defaults to `es2020` (see [`devTarget`](#devtarget))
3434
- JS files are not transformed
3535
- tsconfig is not resolved, so properties other than the ones listed above behaves like TS defaults
3636

0 commit comments

Comments
 (0)