Large dist files for character count extension #1229
Unanswered
boris-glumpler
asked this question in
Questions & Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
just been looking to implement a word count extension and had a look at the character count extension for inspiration. There I noticed that the generated dist files are just under 6000 lines, which seems too long tbh. Did some quick research and it seems that various classes are pulled in, like
Node
,EditorState
,Plugin
,PluginKey
andTransaction
.I've only just started with ProseMirror and TipTap, tho, so maybe I'm missing something.
Anyways, cheers for a great editor!!
Beta Was this translation helpful? Give feedback.
All reactions