uiwjs / react-textarea-code-editor

A simple code editor with syntax highlighting.
https://uiwjs.github.io/react-textarea-code-editor/
MIT License
476 stars 22 forks source link

bundle size #143

Closed rejetto closed 1 year ago

rejetto commented 1 year ago

I integrated this nice editor in my project and my bundle size (produced with Vite 4) increased of ~900KB. Is this expected?

jaywcjlove commented 1 year ago

@rejetto This is caused by code highlighting.

rejetto commented 1 year ago

i see. sadly, it doesn't fit my case. thanks for your reply.