sandros94 / nuxt-markdown-render

A Nuxt wrapper for the popular markdown-it.
https://www.npmjs.com/package/nuxt-markdown-render
MIT License
7 stars 1 forks source link

fix: make shiki impact less in the final bundle size #12

Open sandros94 opened 5 months ago

sandros94 commented 5 months ago

So, while testing out Nuxt Hub, I've noticed that this module alone boosts the size of at least 1.4MB, exceeding Cloudflare's free Worker's Plan.

sandros94 commented 5 months ago

Ok, now I understand why it is suggested to load only what you want with shiki...