leknoppix / ckeditor5-fullscreen

Simple plugin to ckeditor to have the fullscreen
19 stars 4 forks source link

CKEditorError: ckeditor-duplicated-modules #3

Open liujunren93 opened 3 years ago

liujunren93 commented 3 years ago

CKEditorError: ckeditor-duplicated-modules

GitKou commented 2 years ago

NOTE: We don't use @ckeditor/ckeditor5-build-classic any more!

Wrong: import ClassicEditor from '@ckeditor/ckeditor5-build-classic';

Correct: import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';