summaryrefslogtreecommitdiffstats
path: root/babel.config.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-02-26 15:37:35 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-05-30 10:28:56 +0200
commitd6030761c32d047b2208376a99d75b72c7c57987 (patch)
tree3f8e6bddfaa2f1cb18f81d621979faff78123bd0 /babel.config.js
parent9acea39cb94222c8d6e4a6c0f7d8dbac5055d1f4 (diff)
Circles listing base
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js
index 5496c985..c8758255 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,6 +1,7 @@
module.exports = {
plugins: [
'@babel/plugin-syntax-dynamic-import',
+ ['@babel/plugin-proposal-class-properties', { loose: true }],
],
presets: [
[