react-workspaces / react-workspaces-playground

⚛️ 🐈 Zero Config Create-React-App Monorepos with Yarn Workspaces, Lerna and React Storybook.

Home Page:https://react-workspaces.github.io/react-workspaces-playground/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to CRA 4 + TS 4

abrkn opened this issue · comments

Anyone made this work?

You might have luck using Craco, which supports create-react-app 4.x and can work in a monorepo by applying basically the same webpack config patch as react-workspaces. https://javascript.plainenglish.io/react-monorepo-using-yarn-workspaces-only-no-lerna-766c7a395140 is a decent guide on the subject.