Skip to content

Commit

Permalink
docs: add link for "jsx" argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ym-project authored Jun 2, 2021
1 parent 5c2ad48 commit f32e03d
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 @@ -126,7 +126,7 @@ More examples [here](https://github.com/ym-project/gulp-esbuild/tree/master/exam
| [minifySyntax](https://esbuild.github.io/api/#minify) | `boolean` | |
| [charset](https://esbuild.github.io/api/#charset) | `'ascii'\|'utf8'` | |
| [treeShaking](https://esbuild.github.io/api/#tree-shaking) | `true\|'ignore-annotations'` | |
| jsx | `'transform'\|'preserve'` | |
| [jsx](https://esbuild.github.io/api/#jsx) | `'transform'\|'preserve'` | |
| [jsxFactory](https://esbuild.github.io/api/#jsx-factory) | `string` | |
| [jsxFragment](https://esbuild.github.io/api/#jsx-fragment) | `string` | |
| [define](https://esbuild.github.io/api/#define) | `object` | |
Expand Down

0 comments on commit f32e03d

Please sign in to comment.