Bug Report or Feature Request (mark with an x)
- [ ] bug report -> please search issues before submitting
- [ x ] feature request
Versions.
@angular/cli: 1.3.0-beta.1
node: 8.1.3
os: linux x64
@angular/animations: 4.3.0
@angular/cdk: 2.0.0-beta.8-abec992
@angular/cli: 1.3.0-beta.1
@angular/common: 4.3.0
@angular/compiler: 4.3.0
@angular/core: 4.3.0
@angular/flex-layout: 2.0.0-beta.8
@angular/forms: 4.3.0
@angular/http: 4.3.0
@angular/material: 2.0.0-beta.8-abec992
@angular/platform-browser: 4.3.0
@angular/platform-browser-dynamic: 4.3.0
@angular/platform-server: 4.3.0
@angular/router: 4.3.0
@angular/app-shell: 0.1.0
@angular/compiler-cli: 4.3.0
@angular/language-service: 4.3.0
@angular/service-worker: 1.0.0-beta.16
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 with ng build.
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-lazyas an option withng build.