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