Skip to content

Commit

Permalink
Silence noisy warning about the 'loose' setting for '@babel/plugin-pr…
Browse files Browse the repository at this point in the history
…oposal-private-methods' in @tupaia/ui-components (#4082)
  • Loading branch information
rohan-bes authored Aug 9, 2022
1 parent 12cb2bc commit 297e2dd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/ui-components/.babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ module.exports = {
'@babel/plugin-proposal-private-property-in-object',
{
loose: true,
}
]
]
},
],
[
'@babel/plugin-proposal-private-methods',
{
loose: true,
},
],
],
};

0 comments on commit 297e2dd

Please sign in to comment.