aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.json
diff options
context:
space:
mode:
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}