storybook
storybook copied to clipboard
Nuxt hot reloading breaks with nuxt 3.9.x
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.
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
Same issue for me
Same issue here
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