Replies: 2 comments 2 replies
-
Thanks for the report. Would you be willing to create a reproduction that shows the issue? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I haven't had a chance to reproduce it due to being busy, but I am going to try and upgrade to the new Storybook version, that syncs Vite config now, which might fix this (?). If not, I'll go back to trying to reproduce |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are integrating i18n for vue and vite, using these libraries:
https://vue-i18n.intlify.dev/
https://github.com/intlify/bundle-tools/tree/main/packages/vite-plugin-vue-i18n
While the app works fine, when we try to run storybook, everything breaks.
I keep getting this error:
SyntaxError: Unexpected token ':'
, which suggests it just unable to read the file properly? I've tried various steps to use babel and transform yml files, but to no availHere are configuration files:
preview.js
storybook main.js
vite.config
i18n.js
Beta Was this translation helpful? Give feedback.
All reactions