about summary refs log tree commit diff
path: root/babel.config.js
diff options
context:
space:
mode:
authorRenaud Chaput <renchap@gmail.com>2023-04-03 12:31:34 +0200
committerGitHub <noreply@github.com>2023-04-03 12:31:34 +0200
commitbe230be734e5b8e33e6336771878c5840bc9216f (patch)
tree33fd59f479d4a0c35ce649e32bb209509c10f319 /babel.config.js
parent4520e6473afe901005e7ac532317f4b4f1af9ead (diff)
Fix build issues caused by #16210 (#24374)
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js
index 79170fda6..9ed074099 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-nullish-coalescing-operator',
     ],
     overrides: [
       {
@@ -67,4 +68,3 @@ module.exports = (api) => {
 
   return config;
 };
-