storybook icon indicating copy to clipboard operation
storybook copied to clipboard

Nuxt hot reloading breaks with nuxt 3.9.x

Open niklaswolf opened this issue 1 year ago • 2 comments

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.

niklaswolf avatar Jan 14 '24 15:01 niklaswolf

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

BayBreezy avatar Jan 15 '24 13:01 BayBreezy

Same issue for me

daviddomkar avatar Feb 12 '24 22:02 daviddomkar

Same issue here

leomav avatar Apr 13 '24 19:04 leomav

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

yuuzora avatar Apr 25 '24 13:04 yuuzora