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
This project depends on canvg which throws a large number of warnings on install in angular environments.
node_modules/canvg/lib/index.es.js depends on 'core-js/modules/es.array.index-of.js'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
This project depends on
canvg
which throws a large number of warnings on install in angular environments.https://v17.angular.io/guide/build#configuring-commonjs-dependencies recommends using ECMAscript modules instead of core-js, because core-js dependencies commonly choke optimizers/minifiers.
The text was updated successfully, but these errors were encountered: