Update babel config to remove deprecation warning

This commit is contained in:
Sebastian Serth
2021-05-12 14:14:21 +02:00
parent ebdfd4ab63
commit 12a96ef0c4

View File

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