diff --git a/api-server/.babelrc b/api-server/.babelrc index fad021b114..f9bb3204d5 100644 --- a/api-server/.babelrc +++ b/api-server/.babelrc @@ -9,7 +9,6 @@ ], "plugins": [ "babel-plugin-transform-function-bind", - "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-proposal-optional-chaining" ] diff --git a/client/.babelrc b/client/.babelrc index 1dee2091ee..df1760aaac 100644 --- a/client/.babelrc +++ b/client/.babelrc @@ -24,12 +24,6 @@ ], "plugins": [ "preval", - [ - "@babel/plugin-proposal-class-properties", - { - "loose": true - } - ], "@babel/plugin-syntax-dynamic-import", "babel-plugin-macros", [