From 1ee52349e4830092ed4ddd94cb0fca16812c8991 Mon Sep 17 00:00:00 2001 From: Ugo Stephant Date: Wed, 31 Oct 2018 10:02:15 +0100 Subject: [PATCH] chore: fix missing babel plugin --- .babelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.babelrc b/.babelrc index 90f7ffa61..3ddf9ba22 100644 --- a/.babelrc +++ b/.babelrc @@ -7,6 +7,7 @@ "@babel/preset-react" ], "plugins": [ + ["@babel/plugin-proposal-class-properties", { "loose": true }], "@babel/plugin-proposal-optional-chaining", "@babel/plugin-proposal-object-rest-spread" ]