Remove babel warning

This commit is contained in:
Jean-Baptiste Bellet
2021-08-24 14:58:49 +02:00
parent 149c0d4de4
commit ec4d5bd9a2

View File

@@ -64,7 +64,8 @@ module.exports = function(api) {
{
async: false
}
]
],
["@babel/plugin-proposal-private-property-in-object", { "loose": true }]
].filter(Boolean)
}
}