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
What happens in a yarn workspaces project?
What are the actual errors received?
Does building complete but the bundle not contain the fallback polyfills, or does the build itself break?
Can you provide an example project showing the problem that I can use to investigate it?
What is your config-overrides that is failing to work?
The link you've provided shows what happens in a normal CRA project, but nothing about a workspaces project or how that acts differently.
There's and issue with react-scripts 5 where some libraries require polyfills.
adding
works in a normal CRA, but not in yarn workspaces.
here is and issue about the missing polyfills.
Resolution
Yarn workspaces are supported in craco
The text was updated successfully, but these errors were encountered: