Skip to content

Commit

Permalink
feat(babel): implement transform-react-jsx-source plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-le-singe committed Sep 25, 2016
1 parent 25af218 commit 4a818d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"presets": ["es2015", "react", "stage-0"],
"plugins": ["transform-runtime"],
"env": {
"development": {
"plugins": ["transform-react-jsx-source"]
},
"production": {
"presets": ["react-optimize"]
},
Expand Down

0 comments on commit 4a818d5

Please sign in to comment.