-
Notifications
You must be signed in to change notification settings - Fork 12k
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
build should not hash lazy styles #11772
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Comments
filipesilva
added
area: @angular-devkit/build-angular
type: bug/fix
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
labels
Aug 4, 2018
xmlking
added a commit
to xmlking/ngx-starter-kit
that referenced
this issue
Aug 23, 2018
This was referenced Sep 22, 2018
xmlking
added a commit
to xmlking/ngx-starter-kit
that referenced
this issue
Mar 6, 2019
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. |
coolkei
added a commit
to coolkei/ngx_Angular
that referenced
this issue
Feb 4, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
type: bug/fix
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Repro steps
git clone https://github.com/xmlking/ngx-starter-kit # change "outputHashing": "media" -> "outputHashing": "all" in angular.json ng build --project=webapp -c=production
The log given by the failure
Desired functionality
According to https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/build_angular/test/browser/output-hashing_spec_large.ts#L167
Build command
should not hash lazy styles
, but it is hashing lazy files.My Config: https://github.com/xmlking/ngx-starter-kit/blob/master/angular.json#L41
Mention any other details that might be useful
https://github.com/angular/angular-cli/blob/master/packages/angular_devkit/build_angular/test/browser/output-hashing_spec_large.ts#L167
The text was updated successfully, but these errors were encountered: