Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Sep 19, 2015
1 parent a94ce1e commit 158060b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ It must be an array of the transforms you want to use:
```js
{
"stage": 0,
"plugins": [
"react-transform"
],
"env": {
// only enable it when process.env.NODE_ENV is not 'production'
"development": {
"plugins": ["react-transform"],
"extra": {
// must be defined and be an array
"react-transform": [{
Expand Down

0 comments on commit 158060b

Please sign in to comment.