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
When I build my project with angular-froala-wysiwyg I get this kind of errors:
Warning: [my-module].module.ts depends on 'froala-editor/js/plugins/special_characters.min.js'.
CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
I thought we would get rid of it with the latest Ivy build but it's not the case. It would be nice to remove them for optimization and also console fatigue issues. Here is the list of all the files I get for the warnings
Froala version 4.1.1
Angular version 15.2.9
Node version 18.10.0
The current workaround is to add those files in the allowedCommonJsDependencies option in the angular.json file but it felt like sweeping the dust under the rug...
The text was updated successfully, but these errors were encountered:
When I build my project with
angular-froala-wysiwyg
I get this kind of errors:I thought we would get rid of it with the latest Ivy build but it's not the case. It would be nice to remove them for optimization and also console fatigue issues. Here is the list of all the files I get for the warnings
Froala version
4.1.1
Angular version
15.2.9
Node version
18.10.0
The current workaround is to add those files in the
allowedCommonJsDependencies
option in theangular.json
file but it felt like sweeping the dust under the rug...The text was updated successfully, but these errors were encountered: