Skip to content

Commit

Permalink
fix: remove babel-runtime dependency
Browse files Browse the repository at this point in the history
closes #2
  • Loading branch information
nodkz committed Jan 23, 2018
1 parent fcb0101 commit 2009982
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"plugins": [
"transform-object-rest-spread",
"transform-flow-strip-types",
["transform-runtime", { "polyfill": false }]
"transform-flow-strip-types"
],
"presets": [
["env", {
Expand Down

0 comments on commit 2009982

Please sign in to comment.