Skip to content

Commit

Permalink
Merge pull request #87 from hartzis/remove-transform-runtime
Browse files Browse the repository at this point in the history
remove transform runtime
  • Loading branch information
dozoisch committed Jul 28, 2018
2 parents 8e2213d + 38a2b46 commit 33e58fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"react",
[ "es2015", { "loose": true } ]
],
"plugins": [ "transform-runtime", "transform-object-rest-spread" ]
"plugins": [ "transform-object-rest-spread" ]
},
"es": {
"presets": [
"react",
[ "es2015", { "loose": true, "modules": false } ]
],
"plugins": [ "transform-runtime", "transform-object-rest-spread" ],
"plugins": [ "transform-object-rest-spread" ],
}
}
}

0 comments on commit 33e58fe

Please sign in to comment.