From 75ca826171a0367a012a6e1642239ec0e9c725be Mon Sep 17 00:00:00 2001 From: Christopher Gurnee Date: Mon, 1 May 2023 12:20:34 +0000 Subject: [PATCH] Add support for Waterfox Classic, fixes #11 --- .babelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.babelrc b/.babelrc index 21d73a5..c899c4d 100644 --- a/.babelrc +++ b/.babelrc @@ -7,5 +7,8 @@ corejs: '3.21' }], "@babel/preset-react" + ], + "plugins": [ + "@babel/plugin-proposal-class-properties" ] }