Skip to content

Commit

Permalink
This plugin hasn't been necessary in a long time
Browse files Browse the repository at this point in the history
  • Loading branch information
bjacobel committed May 14, 2024
1 parent 3f39f93 commit 725002b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module.exports = api => ({
'@wyw-in-js',
],
plugins: [
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-transform-runtime',
api.env('development') && '@babel/plugin-transform-react-jsx-source',
].filter(Boolean),
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"description": "Opinionated skeleton to quickly set up a new React app.",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-react-jsx-source": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
Expand Down

0 comments on commit 725002b

Please sign in to comment.