jodit / jodit-angular

Angular wrapper for Jodit && Hey. Due to the fact that I do not use Angular in my projects, I cannot fix plugin errors in a timely manner. If you want the plugin to develop, send PR or better become a contributor
MIT License
48 stars 35 forks source link

Angular warns about CommonJS or AMD dependency #84

Open julianpoemp opened 3 years ago

julianpoemp commented 3 years ago

I'm using jodit-angular with Angular 12 and get the following warning:

Warning: <path> depends on 'jodit-angular'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

I know that I could append jodit-angular to the list of allowed CommonJS packages, but I would prefere if this issue would be solved globally.