Skip to content

Commit

Permalink
changed babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Oct 11, 2023
1 parent f707f93 commit aeb559b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ module.exports = function(api) {
useBuiltIns: 'entry',
corejs: 3,
modules: false,
exclude: ['transform-typeof-symbol']
exclude: ['transform-typeof-symbol'],
loose: true,
}
]
].filter(Boolean),
Expand Down

0 comments on commit aeb559b

Please sign in to comment.