Ian VanSchooten
Ian VanSchooten
@yonathan06 did you previously have `@storybook/addon-essentials` installed?
Wild. Could you reproduce the problem and share the output of `npx sb@next info`? That should show the versions of storybook packages. If that doesn't work, can you share the...
@capozzid can you please share a reproduction so I can help troubleshoot what's happening?
I was able to get this working, but it's not pretty. First of all, it seems necessary to set `pnpMode: loose` in `.yarnrc.yml`. Then, because yarn pnp prevents us from...
I see that same error, @zhenximi. It seems to be related to this problem in vite: https://github.com/vitejs/vite/issues/1979 Honestly, it seems like vite support for yarn PNP is not terribly good....
@capozzid oh right, I forgot about the global thing, I had to adjust that. You can try adding it to your `devDependencies` for now, but I'm going to push a...
I've found that adding my stories glob as `optimizeDeps.entries` in viteFinal helps a lot. And add anything else that is still found by vite when building to the `optimizeDeps.include` array,...
There is work ongoing right now to address https://github.com/storybookjs/builder-vite/issues/87#issuecomment-930029420. 1. https://github.com/storybookjs/storybook/issues/17971 2. Storybook 7.0 uses esbuild and tsup to pre-bundle the manager and addons. 3. We may be able to...
@jjpxiii you're right that it can take some time for Vite to start up, and it is something I hope to spend more time investigating after 7.0 is released. If...
Hi, I'm not very familiar with vue3 auto imports, or what the issue here is. Can someone please explain the problem, how it's supposed to work, and what's happening instead?