Sam Blowes
Sam Blowes
I second @rbatllet s suggestion. I've been using the babel plugin and its great.
@toddmotto Accepting PR's for this?
I would agree with this decision, if a workspace package specifies a peerDependency, it is simply ignored when you install it from another workspace package, without any error or warning.
None of the workarounds except this one work for me, essentially disabled pnpms best feature :\ > with [node-linker=hoisted](https://pnpm.io/npmrc#node-linker) it should work
> FYI, I looked at this today and am able to reproduce. > > It seems to be an issue with with `@storybook/preset-create-react-app`. When I run this with a vanilla...
I second the comments made above, were looking for feeback from the repo owners here; - Can we get a patch with the fixes? - How can the community help...
Im confused as to why this is closed. Is v2 still in the making? Is there a new roadmap?
Hi @sgobotta did you find a solution to this issue? @sv2 are there any plans to implement a solution into the repo?
https://github.com/nuxt/create-nuxt-app/issues/49
@mebibou I've encountered memory issues around the DOM before. You should consider that when you remove items from the DOM they are not instantly removed from memory. They are only...