0
0
Fork 0

Fix build issues caused by #16210 (#24374)

This commit is contained in:
Renaud Chaput 2023-04-03 12:31:34 +02:00 committed by GitHub
parent 4520e6473a
commit be230be734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 10 deletions

View file

@ -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;
};