mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
Merge pull request #2413 from LeonFedotov/patch-1
Changing api documentation for jsx transformer
This commit is contained in:
@@ -37,7 +37,7 @@ option | values | default
|
||||
-------|--------|---------
|
||||
`sourceMap` | `true`: append inline source map at the end of the transformed source | `false`
|
||||
`harmony` | `true`: enable ES6 features | `false`
|
||||
`filename` | the output filename for the source map | `"source.js"`
|
||||
`sourceFilename` | the output filename for the source map | `"source.js"`
|
||||
`stripTypes` | `true`: strips out type annotations | `false`
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user