Specify plugin options to prevent flood of warnings

This commit is contained in:
Andreas Nedbal 2022-10-11 23:49:47 +02:00 committed by Andreas Nedbal
parent 41a338599d
commit de0b8a25c8
1 changed files with 12 additions and 0 deletions

View File

@ -48,6 +48,18 @@ module.exports = function(api) {
loose: true
}
],
[
'@babel/plugin-proposal-private-methods',
{
loose: true
}
],
[
'@babel/plugin-proposal-private-property-in-object',
{
loose: true
}
],
[
'@babel/plugin-proposal-object-rest-spread',
{