ravenq / markdown-it-vue

The vue lib for markdown-it.
MIT License
348 stars 67 forks source link

markdown-it-icons size #6

Closed moshemalawach closed 4 years ago

moshemalawach commented 5 years ago

The inclusion of markdown-it-icons adds roughly 1 to 2MB to the bundle size of my website (as it includes the whole emojione lib with it).

If I remove it, the compressed chunks size goes from 4.5 to 3mb!

Perhaps make it optional (with the import optional too)?

ravenq commented 5 years ago

Hi , Thanks for your issue! @moshemalawach

I don't find the way to reduce the size and make the all plugins avalid.

the big size plugin:

Perhaps, it is a good idea to fork a repo, and remove the plugins which you do not used.