-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Description
Which @angular/* package(s) are the source of the bug?
zone.js, Don't known / other
Is this a regression?
Yes
Description
Hey everyone! About a month and a half ago, we included monitoring events in the Angular bootstrap failure events to gain a clearer understanding of all the cases where the app is broken.
We’re already aware of the typical errors for unsupported (old) browsers like “ut.flat is not a function,” and they’re not a major concern.
However, in the past 3-4 weeks, we’ve been noticing errors named NG0908, and their count has reached around 850 per week.
I’ve been trying to gather more information about this particular error, but there isn’t much available. It’s not documented in the official Angular error list https://angular.io/errors. The only source I found mentioning this error is https://stackoverflow.com/questions/75485862/error-conflict-multiple-chunks-emit-assets-to-the-same-filename-app-js-chunks.
Could you provide assistance in identifying the source of the issue and suggesting appropriate actions to resolve it?
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Error: NG0908
Please provide the environment you discovered this bug in (run ng version
)
@angular-devkit/architect 0.1502.2
@angular-devkit/build-angular 15.2.2
@angular-devkit/core 15.2.2
@angular-devkit/schematics 15.2.2
@angular/cdk 15.2.9
@angular/material 15.2.9
@schematics/angular 15.2.2
rxjs 7.5.7
typescript 4.9.5
Node: 16.19.1
Anything else?
No response