From da9f05c09eba94e2bc887d9cc378ffaf359efee1 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 20 Apr 2022 09:13:05 +0200 Subject: [PATCH] chore: fix babel config --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 5731e1f98..53717e1dd 100644 --- a/.babelrc +++ b/.babelrc @@ -6,7 +6,7 @@ ["@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/plugin-proposal-private-property-in-object", { "loose": true }], ["@babel/transform-runtime"] ] }