Skip to content

Commit

Permalink
Merge pull request #44 from SneakyBobito/patch-1
Browse files Browse the repository at this point in the history
Add options.sourceMap
  • Loading branch information
ericclemmons committed Apr 11, 2015
2 parents eb333da + 810eb5a commit b4c4aa1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ Speed up compilation of JSX files by skipping files not modified since last pass
Type: `Boolean`
Default value: `false`

#### options.sourceMap
Type: `Boolean`
Default value: `false`

Append inline source map at the end of the transformed source

Turns on JS transformations such as ES6 Classes.

- - -
Expand Down

0 comments on commit b4c4aa1

Please sign in to comment.