Skip to content

Commit

Permalink
⚡ Move Babel to babelrc and npm-ignore it (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpokorny committed Apr 7, 2017
1 parent f9a69f7 commit 5ef00b1
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 312 deletions.
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"plugins": [
"transform-object-assign",
"transform-object-rest-spread"
],
"presets": [
"react",
"es2015"
]
}
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,5 @@
"peerDependencies": {
"react": ">=0.14.0"
},
"license": "MIT",
"babel": {
"plugins": [
"transform-object-assign",
"transform-object-rest-spread"
],
"presets": [
"react",
"es2015"
]
}
"license": "MIT"
}
Loading

0 comments on commit 5ef00b1

Please sign in to comment.