storybook-vue / storybook-nuxt

Deprecated in favor of https://github.com/nuxt-modules/storybook/
https://github.com/nuxt-modules/storybook/
132 stars 20 forks source link

__docgenInfo has hardcoded path #74

Open JulianMar opened 1 year ago

JulianMar commented 1 year ago

Hello, very cool package! Really excels our usage of nuxt with storybook.

We have a problem deploying the storybook with this approach. https://storybook.js.org/docs/react/sharing/publish-storybook

The error is Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".. I think it's because the path in the compiled story file is hardcoded to the full path. Like in my screenshot. Do you have an idea to work around this? Screenshot 2023-10-10 at 09 58 40