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
Context
Due to some reason I'm unable to get .mdx to work with vue components in production only. It works perfectly fine on local while running npm run storybook-dev
Steps to reproduce:
Add vue components to mdx file and setup the addon
Run npm run storybook-dev and notice all the icons work fine locally.
Now build the system using npm run build and npm run storybook-build
Host storybook-static folder and notice the error thrown
Here's the main.ts
The package versions being used are:
"storybook-addon-vue-mdx": "^1.0.5",
"storybook": "^8.2.9",
"typescript": "^5.3.3",
"vite": "^4.5.1",
The text was updated successfully, but these errors were encountered:
Context
Due to some reason I'm unable to get .mdx to work with vue components in production only. It works perfectly fine on local while running
npm run storybook-dev
Steps to reproduce:
npm run storybook-dev
and notice all the icons work fine locally.npm run build
andnpm run storybook-build
storybook-static
folder and notice the error thrownHere's the main.ts

The package versions being used are:
"storybook-addon-vue-mdx": "^1.0.5",
"storybook": "^8.2.9",
"typescript": "^5.3.3",
"vite": "^4.5.1",
The text was updated successfully, but these errors were encountered: