From 12a96ef0c413dfaab552a39297c161cb189107fc Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 12 May 2021 14:14:21 +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 4df19493..b5ac4e77 100644 --- a/babel.config.js +++ b/babel.config.js @@ -47,6 +47,12 @@ module.exports = function(api) { loose: true } ], + [ + '@babel/plugin-proposal-private-methods', + { + loose: true + } + ], [ '@babel/plugin-proposal-object-rest-spread', {