Skip to content

Commit

Permalink
PREAPPS-8141: remove unnecessary babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
sitaram-mulik-synacor authored and silentsakky committed Dec 17, 2024
1 parent f3f3156 commit b5e4aef
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 45 deletions.
64 changes: 23 additions & 41 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.21.4",
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ export function configure(env) {
[require.resolve('@babel/plugin-proposal-class-properties'), { loose: true }],
require.resolve('@babel/plugin-proposal-export-namespace-from'),
require.resolve('@babel/plugin-proposal-export-default-from'),
require.resolve('@babel/plugin-transform-object-assign'),
require.resolve('@babel/plugin-proposal-optional-chaining'),
[
require.resolve('@babel/plugin-transform-react-jsx'),
{
Expand Down

0 comments on commit b5e4aef

Please sign in to comment.