Skip to content

Commit

Permalink
.babelrc: Remove redundant Babel plugins.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Dec 10, 2020
1 parent a2dc2d6 commit a36fa65
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
11 changes: 1 addition & 10 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
{
"presets": ["@babel/preset-env"],
"plugins": [
"@babel/plugin-transform-destructuring",
"@babel/plugin-transform-instanceof",
[
"@babel/plugin-transform-runtime",
{
"regenerator": true
}
]
]
"plugins": ["@babel/plugin-transform-runtime"]
}
9 changes: 0 additions & 9 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-destructuring": "^7.12.1",
"@babel/plugin-transform-instanceof": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"chai": "^4.2.0",
Expand Down

0 comments on commit a36fa65

Please sign in to comment.