-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dumber and monorepo #73
Comments
I have not used workspace, but dumber should work in that environment. Your question is about incremental build in gulp? For a fast incremental build in dev mode, other bundlers provide much better experience. For gulp+dumber, I have tried https://github.com/konclave/gulp-swc, it works well but I have not used it in any large scale production build. Swc is damn fast. You can try swc with dumber. |
Thanks @3cp that answers my question. Will take a look at swc in the mean time. Will the parcel2 integration be added as an option to this makes scaffolding? |
Yes. Personally I would also like it to replace webpack as the default one. Because the setup is very clean. |
Looking forward to it! Thank you. |
Probably more than few days. Getting into trouble with parcel2 with our router loading. |
Parcel skeleton is kind of playable now. |
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?
The text was updated successfully, but these errors were encountered: