You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot read properties of undefined (reading 'exclude')
This suggested webpack override step doesn't seem to find anything like file-loader: loaders.find(l => l?.loader?.match(/file-loader/)).exclude.push(/[.]po$/);
The text was updated successfully, but these errors were encountered:
The official instructions lead to this error:
Cannot read properties of undefined (reading 'exclude')
This suggested webpack override step doesn't seem to find anything like
file-loader
:loaders.find(l => l?.loader?.match(/file-loader/)).exclude.push(/[.]po$/);
The text was updated successfully, but these errors were encountered: