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
Hello! I'm working on implementing React Workspaces Playground as a monorepo framework and i have a few questions:
How would you handle adding a babel.config.js and plugins/presets to the monorepo? would you have it at the root?
Since your repo uses react-scripts, is there a way to "eject" like in CRA in order to make changes to the webpack configs?
Im using the multi-comp React app as a base, no typescript or anything. im relatively new to monorepo architecture and trying to implement one myself from scratch led to alot of issues where babel would not run on packages. Im hoping your repo could help me scaffold our app out with a good monorepo implementation.
Thanks for any help you can give! Please let me know if you need more information from me.
The text was updated successfully, but these errors were encountered:
Hello! I'm working on implementing React Workspaces Playground as a monorepo framework and i have a few questions:
Im using the multi-comp React app as a base, no typescript or anything. im relatively new to monorepo architecture and trying to implement one myself from scratch led to alot of issues where babel would not run on packages. Im hoping your repo could help me scaffold our app out with a good monorepo implementation.
Thanks for any help you can give! Please let me know if you need more information from me.
The text was updated successfully, but these errors were encountered: