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