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
error: No matching export in "node_modules/storybook-builder-vite/node_modules/@storybook/core-events/dist/esm/index.js" for import "IGNORED_EXCEPTION"
#162
Closed
olemarius opened this issue
Nov 20, 2021
· 1 comment
I'm getting this error in my own project without understanding why, so I tried copying example-vue to an own folder with some adjustments to make it work
changed dependency from workspace to "storybook-builder-vite": "^0.1.9",
remove 'main' : 'index.js'
add yarn / github files/folders from parent repo (storybook-builder-vite)
I'm getting this error in my own project without understanding why, so I tried copying example-vue to an own folder with some adjustments to make it work
Here's the repo: https://github.com/olemarius/storybook-builder-vite-example-vue-in-isolation
PS! Opening storybook-builder-vite and running example-vue in 0.1.8 works perfect.
Easiest way to reproduce in storybook-builder-vite repo:
The text was updated successfully, but these errors were encountered: