Skip to content

Commit

Permalink
Merge pull request #1735 from houdiniproject/remove-unneeded-babel-tr…
Browse files Browse the repository at this point in the history
…ansforms

Get rid of unneeded babel transforms
  • Loading branch information
wwahammy authored Sep 3, 2024
2 parents 0de5a8b + 24458eb commit a30a869
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,29 +50,7 @@ module.exports = function(api) {
'babel-plugin-macros',
'@babel/plugin-syntax-dynamic-import',
isTestEnv && 'babel-plugin-dynamic-import-node',
'@babel/plugin-transform-destructuring',
["@babel/plugin-proposal-decorators", { legacy: true }],
[
'@babel/plugin-proposal-object-rest-spread',
{
useBuiltIns: true,
},
],
["@babel/plugin-proposal-class-properties"],
[
'@babel/plugin-transform-runtime',
{
helpers: false,
regenerator: true,
corejs: false,
},
],
[
'@babel/plugin-transform-regenerator',
{
async: false,
},
],
isProductionEnv && [
'babel-plugin-transform-react-remove-prop-types',
{
Expand Down

0 comments on commit a30a869

Please sign in to comment.