Build Warning on Angular10
See original GitHub issueWe get these warnings on build after an upgrade to Angular10.
WARNING in ../node_modules/angularx-qrcode/fesm2015/angularx-qrcode.js depends on 'qrcode'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Any chance for this to be fixed?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Building Angular 10 app shows incomplete "Warning ... - GitHub
Whenever I tried to build my app, there are warning in relevance to "Fix CommonJS or AMD dependencies can cause optimization bailouts" and ......
Read more >Building and serving Angular apps
This page discusses build-specific configuration options for Angular projects. ... The Angular CLI outputs warnings if it detects that your browser ...
Read more >Angular 10 build showing empty warning - Stack Overflow
1 to v10 and when building app I'm getting two empty rows with WARNING in Is this the normal behaviour? Generating ES5 bundles...
Read more >Compilations warnings during ng serve / ng build in Angular ...
Warning : Entry point 'devextreme-angular/ui/switch' contains deep imports into '/var/www/devextreme-test/node_modules/devextreme/ui/switch'.
Read more >Developers - Build warning with Angular 10 - - Bountysource
Getting this warning when building after upgrading to Angular 10: ... see: https://angular.io/guide/build#configuring-commonjs-dependencies.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can we have a fix for this, so we do not have to add it into allowedCommonJsDependencies?
Also get this warning for Angular 10: