Skip to content
New issue

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

[regression] cannot reopen #19858, build report is not correct for lazy chuck CSS #20781

Closed
asanoic opened this issue May 14, 2021 · 1 comment · Fixed by #20787
Closed

[regression] cannot reopen #19858, build report is not correct for lazy chuck CSS #20781

asanoic opened this issue May 14, 2021 · 1 comment · Fixed by #20787

Comments

@asanoic
Copy link

asanoic commented May 14, 2021

sorry I cannot reopen BUG #19858
same input, but output wrong, not happen on latest CLI 11.x, but happen on 12

my angular.json file has following styles

                        "styles": [
                            "web-ui/styles.scss",
                            {
                                "input": "web-ui/lazy-style.scss",
                                "inject": false,
                                "bundleName": "lazy-style"
                            }
                        ],

output

✔ Browser application bundle generation complete.
✔ Copying assets complete.
✔ Index html generation complete.

Initial Chunk Files               | Names         |      Size
main.b03e387bc21f2605fa41.js      | main          | 299.83 kB
styles.css                        | styles        | 207.59 kB
polyfills.100d41070b40b89b6464.js | polyfills     |  44.14 kB
runtime.ac2f2d31f97ea82aa40e.js   | runtime       |   2.62 kB

                                  | Initial Total | 554.18 kB

Lazy Chunk Files                  | Names         |      Size
333.be363f1d142dd0c1d886.js       | -             | 104.67 kB
511.11034171594ed6c93d21.js       | -             |  25.19 kB
423.680343d9f65a7c35dae8.js       | -             |  18.59 kB
396.a64c13c0d0b94c1aadae.js       | -             |  13.58 kB
89.817a86ec0f4b2f536df8.js        | -             |   8.54 kB
248.0ce51b87a41b41aad6f1.js       | -             | 639 bytes

Build at: 2021-05-14T03:55:40.447Z - Hash: ba31c4dd61bdfd6bd2e5 - Time: 47812ms

Warning: initial exceeded maximum budget. Budget 500.00 kB was not met by 51.57 kB with a total of 551.57 kB.
@angular-automatic-lock-bot
Copy link

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jun 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.