-
Notifications
You must be signed in to change notification settings - Fork 492
Support Lerna/Yarn Workspaces #295
Comments
I've implemented a workaround using tsc's baseUrl which CRA-ts already supported. https://github.com/untsamphan/cra-ts-monorepo-example Need to eject (only) if you want tsc/webpack to grab .ts from the local packages. Steps
|
@untsamphan Thank you for your great instructions. This is very much helpful for me.
Thx again! |
You can try to use https://www.npmjs.com/package/@hieunv/react-scripts. See sample https://github.com/react-chartjs/core First, You create a project with
|
Is this a bug report?
No.
As discussed in facebook/create-react-app#1333 and merged in facebook/create-react-app#3741,
[email protected]
has support for monorepos. I'd like to make use of that functionality in mycreate-react-app-typescript
projects, want to make sure this doesn't get lost as time goes on :) Looks like 2.0.0 hasn't been released yet, so we can wait on that.The text was updated successfully, but these errors were encountered: