Skip to content

Commit 4d47ff3

Browse files
committed
Merge pull request facebook#2413 from LeonFedotov/patch-1
Changing api documentation for jsx transformer
1 parent 98bf802 commit 4d47ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-react-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ option | values | default
3737
-------|--------|---------
3838
`sourceMap` | `true`: append inline source map at the end of the transformed source | `false`
3939
`harmony` | `true`: enable ES6 features | `false`
40-
`filename` | the output filename for the source map | `"source.js"`
40+
`sourceFilename` | the output filename for the source map | `"source.js"`
4141
`stripTypes` | `true`: strips out type annotations | `false`
4242

4343
```js

0 commit comments

Comments
 (0)