-
Notifications
You must be signed in to change notification settings - Fork 12k
feat(@angular/cli): specify naming convention for lazy chunks #6999
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
Do you mean that you want to go from: |
is bcca0d7 in 4.3.0 ? not mentioned in CHANGELOG.md |
@ubaidazad You're linking to a commit on AngularCLI repo and CHANGELOG of the Angular repo. That makes no sense. :p The commit you linked to will be in the 1.3 release of AngularCLI. |
@intellix The naming convention change is correct, but the reason is not. My personal reason for wanting the change is because I don't have the luxury in my dev environment of having semantic control over the files, so obfuscated names are better and cause less conflict. Regardless, I feel like since it was the original implementation, and it doesn't change that much code, allowing this freedom to the developer is a win-win. @ubaidazad You can find the respective commit referenced here |
Thanks @filipesilva. Currently tracking in #7007 |
Sorry guys I hadn't seen this issue yet, but #7007 does address it fully. |
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
Desired functionality.
bcca0d7 changed the way chunks are named. There should be an option to go back to the old naming convention. This allows for finer obfuscation if desired.
Maybe something like
--ob-lazy
as an option withng build
.The text was updated successfully, but these errors were encountered: