-
-
Notifications
You must be signed in to change notification settings - Fork 13
Use with Storybook #49
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthas workaroundworking on itTask in progressTask in progress
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthas workaroundworking on itTask in progressTask in progress
Just got the package working for my app and it was super easy. My issue is Storybook is not finding any of the aliases. I followed the Storybook docs to use the resolvers from my config which didn't work. I'm realizing it's trying to pull directly from the vite config, which doesn't have any. I need it to read from
vite-aliasessomehow.Any ideas for how to get Storybook resolving the aliases correctly?