Its-Alex / poc-frontends-monorepo

Proof of concept of a monorepo with yarn workspace/lerna/react CRA
1 stars 1 forks source link

This POC is a workaround for create-react-app issue? #1

Open stephane-klein opened 4 years ago

stephane-klein commented 4 years ago

Currently, an issue is opened on create-react-app I hope that it will be closed one the day.

@Its-Alex https://github.com/Its-Alex/poc-frontends-monorepo/ is a workaround for this issue?

Its-Alex commented 4 years ago

@stephane-klein Following current comments, I don't know, there are no official answers from maintainers

From some comments, this problem has been added to their roadmap then deleted

Wizyma commented 4 years ago

You do not need the craco config for the workspaces dependencies, the build script should be run by lerna, it will resolve the repository dependencies and the the build order (at build time it will hoisted in the global node_modules) :) !