From 2648f75df6e1729cc2a0f179d1340c21b106f773 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Mon, 24 May 2021 22:30:09 +0200 Subject: [PATCH] fix: remove redundant babel plugin (#42234) @babel/plugin-proposal-class-properties is now included in preset-env --- api-server/.babelrc | 1 - client/.babelrc | 6 ------ 2 files changed, 7 deletions(-) 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", [