Update babel config to remove deprecation warning

This commit is contained in:
Sebastian Serth
2021-08-29 15:09:27 +02:00
parent 858ccd128f
commit 157e146230

View File

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