Opt out of recursive build #8547
Unanswered
pragmasoft-ua
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it ever possible to opt out of this rule?
I think more logical would be at least building from the source only if project is not built, ie 'main' or 'module' is missing.
Given all package managers (npm, pnpm, yarn) support building all or selected workspaces in the monorepo recursively, in the order they depend on each other, the rule I mentioned above seems provides more flexibility.
One reason I'm asking this is postcss/tailwind. With the original parcel dependency resolution rule it's not currently possible to have different configurations for different monorepo packages depending on each other. In my case, I want to build a web component with one configuration and demo site with another configuration.
Beta Was this translation helpful? Give feedback.
All reactions