ckeditor5-premium-features
does not include src/
#17576
Labels
resolution:resolved
This issue was already resolved (e.g. by another ticket).
type:bug
This issue reports a buggy (incorrect) behavior.
This is related to #17575.
I believe all packages in the CKEditor5 ecosystem publish
src/
folders (even the closed-source collaboration plugins like@ckeditor/ckeditor5-comments
) exceptckeditor5-premium-features
. This means that, for the reasons described in #17575, importing fromckeditor5-premium-features
is risky, as it has the potential to make the module graph "hop over" fromdist/
tosrc/
because even though all of its imports from@ckeditor/ckeditor5-*
packages are from theirdist/
folders, as #17575 describes, importing from theirdist/
folders can cause the module graph to "hop over".My workaround, as described in #17575, is to import from
src/
folders and not consumedist/
until #17575 is addressed. This means I can't useckeditor5-premium-features
at all because it does not publish asrc/
folder.If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: