From de0b8a25c82e90ff897e4b73af3dbc31df20392d Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 11 Oct 2022 23:49:47 +0200 Subject: [PATCH] Specify plugin options to prevent flood of warnings --- babel.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/babel.config.js b/babel.config.js index da4b00af..72becfea 100644 --- a/babel.config.js +++ b/babel.config.js @@ -48,6 +48,18 @@ module.exports = function(api) { loose: true } ], + [ + '@babel/plugin-proposal-private-methods', + { + loose: true + } + ], + [ + '@babel/plugin-proposal-private-property-in-object', + { + loose: true + } + ], [ '@babel/plugin-proposal-object-rest-spread', {