We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my angular.json file has following styles
angular.json
"styles": [ "web-ui/styles.scss", { "input": "web-ui/lazy-style.scss", "inject": false, "bundleName": "lazy-style" } ],
and after I build using ng b --prod the report like, the last line about budgets is not correct
ng b --prod
✔ Browser application bundle generation complete. ✔ Copying assets complete. ✔ Index html generation complete. Initial Chunk Files | Names | Size main.ea9cbd559e4c662834cb.js | main | 302.23 kB polyfills.f9cd57347f1906e04ab2.js | polyfills | 36.00 kB runtime.65c4eb4be5736c726c25.js | runtime | 2.36 kB styles.09e2c710755c8867a460.css | styles | 0 bytes | Initial Total | 340.59 kB Lazy Chunk Files | Names | Size lazy-style.css | lazy-style | 204.04 kB 7.e3f997aaa1c1be1c5173.js | - | 77.22 kB 6.1580e9bc5113c363123d.js | - | 60.20 kB 8.a044aea76bce9286d877.js | - | 12.50 kB 10.96191d8497c9b3cc8a95.js | - | 8.16 kB common.b410b99c2a6f6bf24f46.js | common | 1.53 kB 9.87240014e80b8c64a09f.js | - | 631 bytes Build at: 2021-01-24T05:57:44.015Z - Hash: 3ea7f4a829d845353cae - Time: 29546ms Warning: budgets: initial exceeded maximum budget. Budget 500.00 kB was not met by 44.63 kB with a total of 544.63 kB.
versions
@angular-devkit/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected] @angular/[email protected]
The text was updated successfully, but these errors were encountered:
Duplicate of #17672
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
my
angular.json
file has following stylesand after I build using
ng b --prod
the report like, the last line about budgets is not correct
versions
The text was updated successfully, but these errors were encountered: