From dd35dce1cb217286c12ce433b55e798811a174a9 Mon Sep 17 00:00:00 2001 From: Daniel Choudhury Date: Wed, 19 May 2021 16:46:22 +0100 Subject: [PATCH] Add private methods loose explicitly --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index d8e3bb1eea17..ee30354d0dc4 100644 --- a/babel.config.js +++ b/babel.config.js @@ -45,6 +45,7 @@ module.exports = { **/ ['@babel/plugin-proposal-decorators', { legacy: true }], ['@babel/plugin-proposal-class-properties', { loose: true }], + ['@babel/plugin-proposal-private-methods', { loose: true }], [ '@babel/plugin-transform-runtime', {