Skip to content

Commit 75b6622

Browse files
authored
Merge pull request #204 from scratchfoundation/remove-babel-plugins
build: remove old Babel plugins
2 parents d74de28 + ac7e089 commit 75b6622

File tree

3 files changed

+0
-56
lines changed

3 files changed

+0
-56
lines changed

package-lock.json

Lines changed: 0 additions & 50 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
@@ -132,9 +132,6 @@
132132
"@babel/cli": "7.28.0",
133133
"@babel/core": "7.28.0",
134134
"@babel/eslint-parser": "7.28.0",
135-
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
136-
"@babel/plugin-syntax-dynamic-import": "7.8.3",
137-
"@babel/plugin-transform-async-to-generator": "7.27.1",
138135
"@babel/preset-env": "7.28.0",
139136
"@babel/preset-react": "7.27.1",
140137
"@types/prop-types": "15.7.15",

0 commit comments

Comments
 (0)