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

Commit

Permalink
Drop passPerPreset
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Mar 7, 2017
1 parent 1cf02e0 commit 9563d67
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .babelrc
@@ -1,13 +1,10 @@
{
"passPerPreset": true,
"presets": [
{
"plugins": [
"./build/babelRelayPlugin"
]
},
"react",
"es2015",
"stage-0"
"stage-0",
"react"
],
"plugins": [
"./build/babelRelayPlugin"
]
}

0 comments on commit 9563d67

Please sign in to comment.