diff --git a/.babelrc b/.babelrc index 403ff7deb..0298790d3 100644 --- a/.babelrc +++ b/.babelrc @@ -6,13 +6,13 @@ "modules": false, "useBuiltIns": "entry", "corejs": 3, + "shippedProposals": true } ], "@babel/preset-react" ], "plugins": [ ["styled-components", { "displayName": true }], - "@babel/plugin-proposal-class-properties" ], "env": { "test": {