Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
added babel presets "react" & "es2015" per babel/babelify#126
Browse files Browse the repository at this point in the history
  • Loading branch information
klokie committed Nov 21, 2016
1 parent b696c2b commit 9400e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "presets": ["es2015", "react"] }
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"react-bootstrap": "^0.30.6"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browser-sync": "latest",
"browserify": "latest",
Expand Down

0 comments on commit 9400e92

Please sign in to comment.