Skip to content

Commit

Permalink
feat(babel): implement babel latest preset
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-le-singe committed Sep 25, 2016
1 parent 0ae195c commit 78f2b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["es2015", "react", "stage-0"],
"presets": ["latest", "react", "stage-0"],
"plugins": ["transform-runtime"],
"env": {
"development": {
Expand Down

0 comments on commit 78f2b0d

Please sign in to comment.