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'm trying to avoid importing RecommendedExtensions and have created my own alternate which doesn't include Katex, Mermaid, and Codemirror. since these three extensions use 1.8MB and I don't need these particular features. But even so, my quasar webpack includes these modules. I presume this is because /src/components/QuasarTiptap.vue imports the world anyway:
I'm trying to avoid importing RecommendedExtensions and have created my own alternate which doesn't include Katex, Mermaid, and Codemirror. since these three extensions use 1.8MB and I don't need these particular features. But even so, my quasar webpack includes these modules. I presume this is because
/src/components/QuasarTiptap.vue
imports the world anyway:So, is there anyway to prevent these large extensions from loading?
The text was updated successfully, but these errors were encountered: