Skip to content

Commit a36fa65

Browse files
committed
.babelrc: Remove redundant Babel plugins.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent a2dc2d6 commit a36fa65

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

.babelrc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
{
22
"presets": ["@babel/preset-env"],
3-
"plugins": [
4-
"@babel/plugin-transform-destructuring",
5-
"@babel/plugin-transform-instanceof",
6-
[
7-
"@babel/plugin-transform-runtime",
8-
{
9-
"regenerator": true
10-
}
11-
]
12-
]
3+
"plugins": ["@babel/plugin-transform-runtime"]
134
}

package-lock.json

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"devDependencies": {
2020
"@babel/cli": "^7.12.10",
2121
"@babel/core": "^7.12.10",
22-
"@babel/plugin-transform-destructuring": "^7.12.1",
23-
"@babel/plugin-transform-instanceof": "^7.12.1",
2422
"@babel/plugin-transform-runtime": "^7.12.10",
2523
"@babel/preset-env": "^7.12.10",
2624
"chai": "^4.2.0",

0 commit comments

Comments
 (0)