tobiasdiez / storybook-vue-addon

Storybook stories in native Vue format
MIT License
43 stars 2 forks source link

"Do not know how to load path" error in Storybook 8 #103

Open matthew-dean opened 5 months ago

matthew-dean commented 5 months ago

Is this addon compatible with Storybook 8? I upgraded and am getting:

Failed to scan for dependencies from entries:
  [path]/src/stories/Demo.stories.vue

  ✘ [ERROR] Do not know how to load path: html:[path]/src/stories/Demo.stories.vue?vue&type=stories
tobiasdiez commented 4 months ago

There were a couple of breaking changes in v8, see https://github.com/storybookjs/storybook/issues/26031. I still have to look into this.