You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: