I'm using js-sha512 in Angular 10, with ng build I get the following error:
WARNING in D:\Sources\Karnama\Apps\Karnama-Angular\src\app\account\login\login.component.ts depends on 'js-sha512'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Could you please check it and how to resolve it?
I'm using
js-sha512in Angular 10, withng buildI get the following error:Could you please check it and how to resolve it?