Skip to content

Commit

Permalink
chore(babel): remove nullish coalescing operator transform
Browse files Browse the repository at this point in the history
This plugin is included in @babel/preset-env (as part of the ES2020
support).
  • Loading branch information
Desplandis committed Feb 5, 2024
1 parent 356811e commit 691a859
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
".css"
]
}],
["@babel/plugin-proposal-nullish-coalescing-operator"],
["@babel/plugin-transform-runtime", {
"regenerator": false
}],
Expand Down
18 changes: 0 additions & 18 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
},
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/register": "^7.22.5",
Expand Down

0 comments on commit 691a859

Please sign in to comment.