about summary refs log tree commit diff
path: root/babel.config.js
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-04-16 17:52:44 +0200
committerClaire <claire.github-309c@sitedethib.com>2023-04-16 17:52:44 +0200
commitf9a9f9344bd6e1dbe653feaf316abdf51633f587 (patch)
treead1fef974e50279b9ffa54b504b9107f3f6f66c0 /babel.config.js
parentf28942cef991c9285236ea3ecace98c9b65c5242 (diff)
parentaf49d93fd6168c089530240a9ab4eccb975b8c42 (diff)
Merge branch 'main' into glitch-soc/merge-upstream
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 9ed074099..0b81f1453 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -20,6 +20,7 @@ module.exports = (api) => {
     plugins: [
       ['react-intl', { messagesDir: './build/messages' }],
       'preval',
+      '@babel/plugin-proposal-optional-chaining',
       '@babel/plugin-proposal-nullish-coalescing-operator',
     ],
     overrides: [