-
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
Angular.json budgets not finding the created bundles #27936
Labels
angular/build:application
area: @angular/build
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Comments
clydin
added
needs: investigation
Requires some digging to determine if action is needed
area: @angular/build
labels
Jun 26, 2024
alan-agius4
added
type: bug/fix
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
and removed
needs: investigation
Requires some digging to determine if action is needed
labels
Jun 27, 2024
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jun 27, 2024
…traints This commit addresses an issue where some lazy entry points were not name correctly to align with specified budgets. Closes: angular#27936
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jun 27, 2024
This commit addresses an issue where some lazy entry points were not name correctly to align with specified budgets. Closes: angular#27936
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jun 27, 2024
This commit addresses an issue where some lazy entry points were not name correctly to align with specified budgets. Closes: angular#27936
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jun 27, 2024
This commit addresses an issue where some lazy entry points were not name correctly to align with specified budgets. Closes: angular#27936
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
angular/build:application
area: @angular/build
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Which @angular/* package(s) are the source of the bug?
compiler-cli
Is this a regression?
Yes
Description
We have a lot of different bundles defined in our project, and each of those bundles has budgets assigned. After updating to angular 18, this has stopped functioning properly.
package.json prerequisite:
"@fortawesome/fontawesome-pro": "^5.15.4",
angular.json bundle definition:
angular.json budget definition:
The file does get created:
dist\app\browser\generic-fontawesome.css
and has contents:
The related styling is also applied on the page where we want it (the contents not only exist but are correct).
Please provide a link to a minimal reproduction of the bug
No response
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: