abp
abp copied to clipboard
Angular optimization bailout warnings
- ABP Framework 6.0.0.
- Angular 14
Warning: node_modules\@abp\ng.core\fesm2020\abp-ng.core.mjs depends on 'just-clone'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: node_modules\angular-oauth2-oidc\fesm2020\angular-oauth2-oidc.mjs depends on 'fast-sha256'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
- Steps needed to reproduce the problem.
- create new app with angular ui.
- run with npm start
Also happening in version 7
yes, we know that. it will updated.
I have tested. Now there is no "bailout" issue. You will able to test when V7.0 final has been released