Decathlon / vitamin-web

Decathlon Design System UI components for web applications
https://decathlon.github.io/vitamin-web
Apache License 2.0
282 stars 76 forks source link

bug(@vtmn/showcase-vue): problem with Hot Module Reload (HMR) with Storybook Vue #1373

Open lauthieb opened 1 year ago

lauthieb commented 1 year ago

Describe the bug

We have a problem with the HMR of our Storybook Vue.

Steps to reproduce

  1. Launch yarn start:vue
  2. Go to http://localhost:6010
  3. Update the Button.vue
  4. Save the file
  5. Storybook is broken

Details: CleanShot 2023-02-16 at 10 39 34

Expected behavior

HMR should work as it already work in Storybook CSS, Icons, React & Svelte.