Skip to content

Commit

Permalink
Merge pull request #5 from taion/patch-1
Browse files Browse the repository at this point in the history
Drop passPerPreset
  • Loading branch information
Sashko Stubailo committed Nov 27, 2017
2 parents 6fee3ec + 46d79b9 commit ce69df9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"passPerPreset": true,
"presets": [
"react",
"es2015",
"stage-0"
"stage-0",
"react"
],
"plugins": [
"babel-plugin-inline-import"
Expand Down

0 comments on commit ce69df9

Please sign in to comment.