diff --git a/.babelrc b/.babelrc index 21d73a5..c899c4d 100644 --- a/.babelrc +++ b/.babelrc @@ -7,5 +7,8 @@ corejs: '3.21' }], "@babel/preset-react" + ], + "plugins": [ + "@babel/plugin-proposal-class-properties" ] }