Relative Content

Tag Archive for angulardependenciesckeditortsconfigangular.json

Using Ckeditor in Angular causes CommonJS or AMD dependencies optimization bailouts warning

I keep getting this warning when I run our angular library in an angular application. The library itself has ckeditor as a peerdependency and has compenents that uses ckeditor. So the app installs ckeditor in their own package.json. I’m trying to understand why this warning occurs and what I understand it’s saying that ckeditor is not built on ECMAScript modules?