Skip to content
Snippets Groups Projects
Unverified Commit 8eeb0ae7 authored by Claire's avatar Claire Committed by GitHub
Browse files

Explicitly enable `@babel/plugin-proposal-optional-chaining` to fix build failures (#24504)

parent fe841b6b
No related branches found
No related tags found
No related merge requests found
......@@ -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: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment