From 85ec1e52f1139ab4040ee28d7c8b1cb160290376 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Tue, 29 Nov 2022 07:00:02 +0530 Subject: Upgrade outdated npm packages (#802) --- babel.config.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'babel.config.json') diff --git a/babel.config.json b/babel.config.json index 71ed8b7bf..20bfb09ee 100644 --- a/babel.config.json +++ b/babel.config.json @@ -19,9 +19,9 @@ } ], [ - "@babel/proposal-class-properties", + "@babel/plugin-proposal-class-properties", { - "loose": true + "loose": false } ], [ @@ -32,5 +32,8 @@ } ] ], + "assumptions": { + "setPublicClassFields": false + }, "sourceMaps": "inline" } -- cgit v1.2.3-70-g09d2