Skip to content

Commit

Permalink
docs: add "jsx" option
Browse files Browse the repository at this point in the history
  • Loading branch information
ym-project committed May 21, 2021
1 parent 570c058 commit 1a386ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +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'` | |
| [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 1a386ea

Please sign in to comment.