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
Yeah, Storybook can't bring in anything that needs Vite plugins to work properly. I mainly integrated it to be able to test and document some stand alone components I'm building for a client. Unless the official storybook ever integrates with vite, this is probably as good as it can get.
It seems to not like the
vite-plugin-vue-i18n
stuffSteps to reproduce:
import { isDark, toggleDark } from '../logics'
(so that storybook can resolve that path).storybook/stories/Footer.stories.js
(source below)The text was updated successfully, but these errors were encountered: