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
I use mdx files as routing files in FileSystemRouter, such as src/pages/a.mdx?pick=default&pick=frontmatter, and then use @mdxjs/rollup to compile these mdx files and convert them to JS format.
However, currently the tree-shake vite plugin of vinxi does not support the mdx and md ext, so I would like to ask if it can be implemented.
I use
mdx
files as routing files in FileSystemRouter, such assrc/pages/a.mdx?pick=default&pick=frontmatter
, and then use@mdxjs/rollup
to compile thesemdx
files and convert them to JS format.However, currently the
tree-shake
vite plugin of vinxi does not support themdx
andmd
ext, so I would like to ask if it can be implemented.vinxi/packages/vinxi/lib/plugins/tree-shake.js
Line 93 in 93d236a
The text was updated successfully, but these errors were encountered: