From 157e14623061d9122f7ec7bb5a322196e55182bb Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 29 Aug 2021 15:09:27 +0200 Subject: [PATCH] Update babel config to remove deprecation warning --- babel.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/babel.config.js b/babel.config.js index b5ac4e77..d0d23f47 100644 --- a/babel.config.js +++ b/babel.config.js @@ -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', {