Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
bchatelard committed Oct 28, 2024
1 parent a64eb4a commit 599cf6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@ module.exports = function(api) {
isTestEnv && 'babel-plugin-dynamic-import-node',
'@babel/plugin-transform-destructuring',
[
'@babel/plugin-transform-class-properties',
'@babel/plugin-proposal-class-properties',
{
loose: true
}
],
[
'@babel/plugin-transform-object-rest-spread',
'@babel/plugin-proposal-object-rest-spread',
{
useBuiltIns: true
}
],
[
'@babel/plugin-transform-private-methods',
'@babel/plugin-proposal-private-methods',
{
loose: true
}
],
[
'@babel/plugin-transform-private-property-in-object',
'@babel/plugin-proposal-private-property-in-object',
{
loose: true
}
Expand Down

0 comments on commit 599cf6e

Please sign in to comment.