nuxt-modules / storybook

Storybook integration with Nuxt.
https://storybook.nuxtjs.org
405 stars 95 forks source link

Nuxt hot reloading breaks with nuxt 3.9.x #470

Closed niklaswolf closed 3 months ago

niklaswolf commented 8 months ago

When using the storybook module with Nuxt 3.9.x, the hot reloading of the nuxt application breaks. Only the hot reloading of storybook works. Downgrading the app to Nuxt 3.8.x, it works again. Reading through the release notes of Nuxt (https://github.com/nuxt/nuxt/releases/tag/v3.9.0), I suspect the upgrade from Vite 4 to 5, but this is just a guess.

BayBreezy commented 8 months ago

I am not sure if this is the same issue I have but storybok module is running my app in production mode when i run npm run dev.

The dev server starts but then storybook module builds the nuxt app for production & then nuxt renders the production build

daviddomkar commented 7 months ago

Same issue for me

leomav commented 5 months ago

Same issue here

yuuzora commented 5 months ago

Same issue here, it makes me unable to correctly work on my project alongside storybook as the hot reloading is too much of a QOL to give it up

tobiasdiez commented 3 months ago

Should be fixed by https://github.com/nuxt-modules/storybook/pull/592.