From 702022fa32fe5039d8701f723fd398e3a0584b44 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 16 Mar 2022 13:22:54 +0000 Subject: [PATCH] Fix loose babel warning --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index af59ab536..efebb4909 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,11 @@ "babel": { "presets": [ "@babel/preset-env" - ] + ], + "plugins": [ + "@babel/plugin-proposal-class-properties", + "@babel/plugin-proposal-private-methods" + ] }, "scripts": { "build": "webpack --config webpack.config.js"