You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: