Closed aleclarson closed 3 years ago
When the plugins array (from Vite config) contains a plugin named "react-refresh", its transform hook will be passed any transformed .mdx contents to have react-refresh injected.
plugins
transform
.mdx
react-refresh
Idk why this closed, but I didn't mean to. Can you reopen?
Oh I pushed a shallow branch on accident...
When the
plugins
array (from Vite config) contains a plugin named "react-refresh", itstransform
hook will be passed any transformed.mdx
contents to havereact-refresh
injected.