Skip to content

Commit

Permalink
Fix babel deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanjbrown committed Jul 2, 2021
1 parent 19d61e8 commit e18f4e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions babel.config.js
Expand Up @@ -66,6 +66,12 @@ module.exports = function(api) {
{
async: false
}
],
[
'@babel/plugin-proposal-private-methods',
{
loose: true
}
]
].filter(Boolean)
}
Expand Down

0 comments on commit e18f4e2

Please sign in to comment.