diff --git a/.babelrc b/.babelrc index 90465fb..633f93f 100644 --- a/.babelrc +++ b/.babelrc @@ -1,7 +1,3 @@ { - "extends": "../../.babelrc", - "plugins": [ - "@babel/proposal-class-properties", - "@babel/proposal-object-rest-spread" - ] + "extends": "../../.babelrc" }