Skip to content

Commit

Permalink
added babel preset
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGrider committed Nov 26, 2015
1 parent 05173d9 commit 4709b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["react", "es2015"]
"presets": ["react", "es2015", "state-1"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"babel-preset-stage-1": "^6.1.18",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.0",
Expand Down

0 comments on commit 4709b14

Please sign in to comment.