Skip to content

Commit

Permalink
update stage to babel
Browse files Browse the repository at this point in the history
  • Loading branch information
bytesleo committed Jun 17, 2017
1 parent 7454708 commit 4deabb4
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["es2015", "stage-2"],
"presets": ["es2015", "stage-0"],
"plugins": ["transform-flow-comments"],
"compact": true,
"comments": false,
Expand Down
72 changes: 60 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"babel-plugin-transform-flow-comments": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"concurrently": "^3.4.0",
"connect-livereload": "^0.6.0",
Expand Down

0 comments on commit 4deabb4

Please sign in to comment.