antfu / vite-plugin-md

Markdown with Vue for Vite
MIT License
604 stars 89 forks source link

Support dynamic import of markdown #107

Closed ZCY1715 closed 2 years ago

ZCY1715 commented 2 years ago

Clear and concise description of the problem

I try to match different files according to certain rules by dynamically importing markdown files, but this method can run successfully in the development mode and report errors after packaging

image image

Suggested solution

I don't know how to solve this problem

Alternative

No response

Additional context

No response

Validations

ZCY1715 commented 2 years ago

Sorry, I found a solution

Kadeluxe commented 2 years ago

It would be helpful what was the solution, I also have that problem.