Skip to content

Commit eb09ae2

Browse files
committed
build: remove old Babel plugins
These plugins are probably no longer necessary, and `@babel/preset-env` should add them if they are needed.
1 parent bd4c227 commit eb09ae2

File tree

3 files changed

+0
-53
lines changed

3 files changed

+0
-53
lines changed

package-lock.json

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

packages/scratch-gui/.babelrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"plugins": [
3-
"@babel/plugin-syntax-dynamic-import",
4-
"@babel/plugin-transform-async-to-generator",
5-
"@babel/plugin-proposal-object-rest-spread",
63
["react-intl", {
74
"messagesDir": "./translations/messages/"
85
}]],

packages/scratch-gui/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@
115115
"@babel/cli": "7.26.4",
116116
"@babel/core": "7.26.9",
117117
"@babel/eslint-parser": "7.26.8",
118-
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
119-
"@babel/plugin-syntax-dynamic-import": "7.8.3",
120-
"@babel/plugin-transform-async-to-generator": "7.25.9",
121118
"@babel/preset-env": "7.26.9",
122119
"@babel/preset-react": "7.26.3",
123120
"@types/prop-types": "15.7.14",

0 commit comments

Comments
 (0)