Stefan Toubia

Results 13 comments of Stefan Toubia

Isn't `shared-workspace-lockfile=false` the correct solution here anyway? Sharing a workspace lockfile just sn't appropriate for a lot of monorepos, for the reasons described in this thread.

I strongly disagree with that statement. I can tell you that there's no way my company could have considered switching to pnpm without that option. Consider monorepos that have multiple...

I was referring to saying that it's not the appropriate solution here. @jondlm clearly stated that avoiding unintentional transitive deps changes between workspace projects was a requirement, and I'm in...

I've also been using the `tsconfig.json` `paths` solution and it has been working well, but it's not without issues. That is, those remotes that you've configured with `paths` will still...

@ScriptedAlchemy can you link the github repo?

Yes, please consider refactoring without any global styling, or at least make the global styles more modular and easily excluded. Though it's technically possible to configure webpack to exclude the...

I was very surprised to find this out today when my mutation hook wasn't working as expected. I've also run into issues like the one described here as well as...

I spent a little bit of time trying to debug this but haven't come up with anything conclusive. Here's some notes: This plugin appears to produce a relevant deprecation warning:...

Horay. But that was completed almost a year ago, what's the hold up?