-
Notifications
You must be signed in to change notification settings - Fork 12k
Angular 13.2.5: ChunkLoadError - Loading chunk file failed #22769
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
Comments
Does this happen with Can you setup a minimal repro please? You can read here why this is needed. A good way to make a minimal repro is to create a new app via This might be related to your directory structure so its really important to get an accurate repro to diagnose this. |
Yes |
In that case we’ll require a reproduction. |
@alan-agius4 Here is the reproduction: https://github.com/cloverzero/temp-ng-minimal |
Hi @cloverzero, I tied your reproduction locally but I am getting a different sort of error. |
@alan-agius4 I have fixed this error. Sorry I didn't realize you were going to run it. I want to mention that it works when |
Don't name CSS only chunks. Closes #22769
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Which @angular/* package(s) are the source of the bug?
compiler-cli
Is this a regression?
No
Description
Browser console output:
Build output:
But in the
runtime.xxxxxxxxxx.js
, you can see:So I think there are some problems with the compiler.
modules-dashboard-dashboard-module
should be replaced with6528
.Please provide a link to a minimal reproduction of the bug
https://github.com/cloverzero/temp-ng-minimal
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
No response
The text was updated successfully, but these errors were encountered: