From ec4d5bd9a2d390ecee2810df037251d1aa2645bf Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 24 Aug 2021 14:58:49 +0200 Subject: [PATCH] Remove babel warning --- babel.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 4df194934b..d031248a62 100644 --- a/babel.config.js +++ b/babel.config.js @@ -64,7 +64,8 @@ module.exports = function(api) { { async: false } - ] + ], + ["@babel/plugin-proposal-private-property-in-object", { "loose": true }] ].filter(Boolean) } }