You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume these are more questions to actual EasyMDE and Codemirror packages than to this wrapper.
I have no control over these dependencies.
One possible option to solve for that, is to use 'patch-package' or similar, to patch these dependencies on postinstall changing there URLs, or removing them completely and importing these CSS, Fonts etc. manually.
When this editor is loaded it fetches assets from the following locations:
https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css
https://cdn.jsdelivr.net/codemirror.spell-checker/latest/en_US.aff
https://cdn.jsdelivr.net/codemirror.spell-checker/latest/en_US.dic
https://maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2?v=4.7.0
Is it possible to have these assets bundled within the application as to not calls these assets from external sites?
The text was updated successfully, but these errors were encountered: