Ledzz / angular2-tinymce

Angular 2 component for TinyMCE MCE WYSIWYG editor
https://angular2-tinymce.surge.sh
66 stars 37 forks source link

Warnings with Angular 9/10/11 and using of old tinymce library #85

Open maerni opened 3 years ago

maerni commented 3 years ago

Hi

We have some warnings in Angular 9/10/11, see below. When this library would be updated to remove this warnings? And when the library would work with tinymce 5.x? At the moment it runs with tinymce 4.x.

Thanks very much.

Here the warnings: Warning: Entry point 'angular2-tinymce' contains deep imports into '/node_modules/tinymce/tinymce.min', '/node_modules/tinymce/themes/modern/theme', '/node_modules/tinymce/plugins/link/plugin.js', '/node_modules/tinymce/plugins/paste/plugin.js', '/node_modules/tinymce/plugins/table/plugin.js', '/node_modules/tinymce/plugins/advlist/plugin.js', '/node_modules/tinymce/plugins/autoresize/plugin.js', '/node_modules/tinymce/plugins/lists/plugin.js', '/node_modules/tinymce/plugins/code/plugin.js'. This is probably not a problem, but may cause the compilation of entry points to be out of order.