Explicitly enable `@babel/plugin-proposal-optional-chaining` to fix build failures (#24504)
parent
fe841b6bb6
commit
8eeb0ae7c0
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue