[ ] ๐ Documentation (updates to the documentation or readme)
[ ] ๐ Bug fix (a non-breaking change that fixes an issue)
[ ] ๐ Enhancement (improving an existing functionality)
[ ] โจ New feature (a non-breaking change that adds functionality)
[ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
[ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Instead of actually loading the package json, we just pass a javascript object with a version field. That is the only thing used by storybook. It's a temporary workaround until https://github.com/storybookjs/storybook/pull/28594 is merged.
๐ Linked issue
Fixes https://github.com/nuxt-modules/storybook/issues/704
โ Type of change
๐ Description
Instead of actually loading the package json, we just pass a javascript object with a
version
field. That is the only thing used by storybook. It's a temporary workaround until https://github.com/storybookjs/storybook/pull/28594 is merged.