aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-11-29 07:00:02 +0530
committerLibravatar GitHub <noreply@github.com>2022-11-29 01:30:02 +0000
commit85ec1e52f1139ab4040ee28d7c8b1cb160290376 (patch)
tree8bec93ee4ff44c13e30dad06a5742432357813d6 /babel.config.json
parentFix winget workflow for beta releases [skip ci] (#803) (diff)
downloadferdium-app-85ec1e52f1139ab4040ee28d7c8b1cb160290376.tar.gz
ferdium-app-85ec1e52f1139ab4040ee28d7c8b1cb160290376.tar.zst
ferdium-app-85ec1e52f1139ab4040ee28d7c8b1cb160290376.zip
Upgrade outdated npm packages (#802)
Diffstat (limited to 'babel.config.json')
-rw-r--r--babel.config.json7
1 files changed, 5 insertions, 2 deletions
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 @@
19 } 19 }
20 ], 20 ],
21 [ 21 [
22 "@babel/proposal-class-properties", 22 "@babel/plugin-proposal-class-properties",
23 { 23 {
24 "loose": true 24 "loose": false
25 } 25 }
26 ], 26 ],
27 [ 27 [
@@ -32,5 +32,8 @@
32 } 32 }
33 ] 33 ]
34 ], 34 ],
35 "assumptions": {
36 "setPublicClassFields": false
37 },
35 "sourceMaps": "inline" 38 "sourceMaps": "inline"
36} 39}