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
Warnings about optimization bailouts at build and runtime.
Detailed description
Seeing following warnings after upgrade to ng14 during build and at runtime in the brower console:
Warning: [<projectRoot>]\node_modules\@baloise\web-app-utils\dist\index.esm.js depends on 'lodash.isarray'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: [<projectRoot>]\node_modules\@baloise\web-app-utils\dist\index.esm.js depends on 'lodash.isboolean'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: [<projectRoot>]\node_modules\@baloise\web-app-utils\dist\index.esm.js depends on 'lodash.isdate'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: [<projectRoot>]\node_modules\@baloise\web-app-utils\dist\index.esm.js depends on 'lodash.isequal'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: [<projectRoot>]\node_modules\@baloise\web-app-utils\dist\index.esm.js depends on 'lodash.isnan'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: [<projectRoot>]\node_modules\@baloise\web-app-utils\dist\index.esm.js depends on 'lodash.isnil'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: [<projectRoot>]\node_modules\@baloise\web-app-utils\dist\index.esm.js depends on 'lodash.isobject'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: [<projectRoot>]\node_modules\@baloise\web-app-utils\dist\index.esm.js depends on 'lodash.isstring'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: [<projectRoot>]\node_modules\@baloise\web-app-utils\dist\index.esm.js depends on 'lodash.padstart'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: [<projectRoot>]\node_modules\@baloise\web-app-validators\dist\index.esm.js depends on 'lodash.isnumber'. CommonJS or AMD dependencies can cause optimization bailo
uts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
I was expecting to get rid of them by using something like the following in angular.json - unfortunately without success. Any hints how to treat those warnings?
Brief description
Warnings about optimization bailouts at build and runtime.
Detailed description
Seeing following warnings after upgrade to ng14 during build and at runtime in the brower console:
I was expecting to get rid of them by using something like the following in
angular.json
- unfortunately without success. Any hints how to treat those warnings?The text was updated successfully, but these errors were encountered: