Skip to content

Commit

Permalink
Add transform-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
chdanielmueller committed Mar 12, 2019
1 parent d15b318 commit 4f3d523
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@babel/typescript"
],
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
]
Expand Down
25 changes: 22 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"release": "release-it"
},
"dependencies": {
"@babel/runtime": "7.3.4",
"@types/debug": "4.1.2",
"debug": "4.1.1",
"graphql-subscriptions": "1.0.0"
Expand All @@ -50,6 +51,7 @@
"@babel/node": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-transform-runtime": "7.3.4",
"@babel/preset-env": "7.2.3",
"@babel/preset-typescript": "7.1.0",
"@types/amqplib": "0.5.9",
Expand Down

0 comments on commit 4f3d523

Please sign in to comment.