vitejs / vite-plugin-react-swc

Speed up your Vite dev server with SWC
MIT License
781 stars 50 forks source link

Support MDX #52

Closed ArnaudBarre closed 1 year ago

ArnaudBarre commented 1 year ago

Re: https://github.com/storybookjs/builder-vite/pull/552

IanVS commented 1 year ago

I haven't looked into whether this is an issue with the way Storybook is rendering MDX or this plugin itself.

ArnaudBarre commented 1 year ago

I think this would work because mdx output runnable JS but fast refresh will not work

IanVS commented 1 year ago

Yeah it was indeed a bug in Storybook, that should be fixed in https://github.com/storybookjs/builder-vite/pull/556. I've tested it in our examples, and it works fine. fast-refresh might not work, but the reload is nice and fast.