Skip to content

Commit

Permalink
Merge pull request #250 from p0wl/patch-1
Browse files Browse the repository at this point in the history
Enable Tree Shaking (for react)
  • Loading branch information
gauravtiwari authored Apr 10, 2017
2 parents 7c66a94 + 729da07 commit 1a12c4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/install/examples/react/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"presets": ["env", "react"]
"presets": [
["env", { "modules": false } ],
"react"
]
}

0 comments on commit 1a12c4b

Please sign in to comment.