From 4afb3b276093531ae08088063005293342334449 Mon Sep 17 00:00:00 2001 From: Bitcoinera Date: Tue, 2 Feb 2021 15:44:12 +0100 Subject: [PATCH] fix Duplicates detected --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {