ckeditor/ckeditor5-angular

Angular 17 uses esbuild and its not building the custom build of ckeditor.

Opened this issue · 2 comments

I updated to Angular 17 and in this version angular uses
"builder": "@angular-devkit/build-angular:browser-esbuild",
to build the project and looks like its not picking up the custom-build of ckeditor in the project.
When I remove esbuild from the path of builder it works fine BUT need to know why its not working with esbuild?
Thanks

Could you please prepare some minimal reproducible sample for us? On Stackblitz, etc.

For me, the custom build had a libraryTarget of umd, I changed it to commonjs and then the editor started working again. Not really sure if this is the correct way, but it's the only thing I could come up with in the moment.