We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
devTarget
1 parent 11f4f68 commit e078012Copy full SHA for e078012
README.md
@@ -30,7 +30,7 @@ This plugin has limited options to enable good performances and be transpiler ag
30
- `jsx runtime` is always `automatic`
31
- In development:
32
- esbuild is disabled, so the [esbuild configuration](https://vitejs.dev/config/shared-options.html#esbuild) has no effect
33
- - `target` is `es2020`
+ - `target` is ignored and defaults to `es2020` (see [`devTarget`](#devtarget))
34
- JS files are not transformed
35
- tsconfig is not resolved, so properties other than the ones listed above behaves like TS defaults
36
0 commit comments