diff --git a/babel.config.js b/babel.config.js index 9ed074099353c47db00677c32e75b78e902b5ce7..0b81f1453fe743eac232de56000150432099e38f 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: [