-
-
Couldn't load subscription status.
- Fork 18
Description
A quick question about recommendation for monorepo and the dumber template.
We've got a large v1 app that uses dumber successfully and we are very happy with it. I am starting to look at v2, and one thing we are wanting to change is to move to a monorepo (our application is broken up into plugins which each live in a separate repo currently). We have no interest in going down the webpack path.
I've had a look at npm workspace with typescript project references and build mode and it seems like a nice clean approach. One issue I currently see with respect to the dumber template is the lack of build mode support in gulp-typescript.
Do you have any thoughts or recommendations on what we could use to get around this?