Dustin J Silk

Results 87 comments of Dustin J Silk

One more issue to note is that the `@qwik-city-sw-register` module fails to import when adding a QwikCityMockProvider. This is also during a static build. ``` Failed to resolve module specifier...

I did a little more digging around and it seems like this configuration wont work with the next versions of storybook + builder-vite. @literalpie I've taken your advice and I'll...

> I did a little more digging around and it seems like this configuration wont work with the next versions of storybook + builder-vite. > > @literalpie I've taken your...

Fixed storybook dependencies to `7.0.0-beta.8`. `beta.9+` can't run static builds: https://github.com/storybookjs/storybook/issues/20307. Final issue remaining is HMR - or finding a way to refresh the iframe when a component updates

@literalpie, yes that would be nice, have you tried sending a PR to storybook to get it merged in and officially supported there?

@literalpie I've updated this PR to include your library, well done! Feel free to suggest any changes

Closing this PR since the documentation & configuration exists in the storybook repository and in storybook-framework-qwik.

I hope this is something Qwik would be interested in, I'm happy to continue supporting it

### No longer relevant ~~I’ll try explain, maybe there’s a way to simplify!~~ ~~Every feature added to a project might need files created with each new component, but not every...

@manucorporat I've simplified this PR and updated the description. It should now make more sense