Update babel config to remove deprecation warning
This commit is contained in:
@ -53,6 +53,12 @@ module.exports = function(api) {
|
||||
loose: true
|
||||
}
|
||||
],
|
||||
[
|
||||
'@babel/plugin-proposal-private-property-in-object',
|
||||
{
|
||||
loose: true
|
||||
}
|
||||
],
|
||||
[
|
||||
'@babel/plugin-proposal-object-rest-spread',
|
||||
{
|
||||
|
Reference in New Issue
Block a user