Looking through the bundle sizes, it seems like vue3-markdown-it adds a disproportionate amount of weight (>1mb) vs its overall utility.
I wonder if it might make more sense to use a Vite plugin like https://github.com/antfu/vite-plugin-md that pre-renders the markdown to HTML in the build step to allow removal of that package?
Looking through the bundle sizes, it seems like
vue3-markdown-itadds a disproportionate amount of weight (>1mb) vs its overall utility.I wonder if it might make more sense to use a Vite plugin like https://github.com/antfu/vite-plugin-md that pre-renders the markdown to HTML in the build step to allow removal of that package?