From 01a2a8ffdbd6366363aaeeddc28ce38b81d00511 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 20 Apr 2022 09:05:32 +0200 Subject: [PATCH] chore: update babel config --- .babelrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.babelrc b/.babelrc index c72dfe479..5731e1f98 100644 --- a/.babelrc +++ b/.babelrc @@ -5,6 +5,8 @@ "plugins": [ ["@babel/plugin-proposal-decorators", { "legacy": true }], ["@babel/plugin-proposal-class-properties", { "loose": true }], + ["@babel/plugin-proposal-private-methods", { "loose": true }], + ["@babel/plugin-proposal-private-property-in-objects", { "loose": true }], ["@babel/transform-runtime"] ] }