Skip to content

Commit

Permalink
Add babel transform-runtime (needed for #2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Apr 10, 2021
1 parent 5ff48d0 commit 64a52a5
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"presets": [
["@babel/preset-env"]
],
"plugins": ["@babel/plugin-transform-object-assign"],
"plugins": [
"@babel/plugin-transform-object-assign",
"@babel/transform-runtime"
],
"ignore": [
"lib/**/*.js"
]
Expand Down
74 changes: 74 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"devDependencies": {
"@babel/core": "7.13.14",
"@babel/plugin-transform-object-assign": "7.12.13",
"@babel/plugin-transform-runtime": "7.13.15",
"@babel/preset-env": "7.13.12",
"@babel/register": "7.13.14",
"babel-loader": "8.2.2",
Expand Down

0 comments on commit 64a52a5

Please sign in to comment.