David
David
@JamieMason I was talking with my colleagues internally and we are curious how much work it is to support this change. In the past we used `*` for workspace packages,...
> https://github.com/JamieMason/syncpack/issues/95#issuecomment-1520708328 I'll do my best to answer this given it's odd in our case because we are migrating from yarn 1.x to pnpm 7.x 1. PNPM and Yarn have...
@JamieMason Happy to test any branches you make internally and let you know how it works. I appreciate all the work you do and understand the code is complex and...
I gotta upgrade us to 9.0.0 first, then I'll report back :)
Ok so this is an improvement. My edge case is this lol: I have both `yarn` and `pnpm` while we migrate. What doesn't seem to work (from my limited time...
@JamieMason I think I'm confused, what is breaking there? We already were checking peer in our prior state (or I thought we were)
@theKashey can we open the PR and merge it? Should I reopen in a new one?
Just chiming in that this is still an issue and is non trivial to debug. Would be nice to be able to configure it like @hipstersmoothie requested Specifically, this is...
It looks like, to my understanding, the only way around this issue until a fix is released is to do this multi build setup correct? https://github.com/webpack/webpack/discussions/13655#discussioncomment-2584809 Essentially build the worker...
#2431 I've opened a PR that shows how to do this using webpack to invoke the server. It may not be 💯 the right way to do it, but it...