Bug Report or Feature Request (mark with an x)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Versions.
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
@angular/cli: 1.2.0
node: 8.1.3
os: linux x64
@angular/animations: 4.2.5
@angular/common: 4.2.5
@angular/compiler: 4.2.5
@angular/core: 4.2.5
@angular/forms: 4.2.5
@angular/http: 4.2.5
@angular/platform-browser: 4.2.5
@angular/platform-browser-dynamic: 4.2.5
@angular/router: 4.2.5
@angular/cli: 1.2.0
@angular/compiler-cli: 4.2.5
@angular/language-service: 4.2.5
Repro steps.
ng new myproject
cd myproject
ng build --target=production
The file dist/3rdpartylicenses.txt will be empty.
The log given by the failure.
No log
Desired functionality.
3rdpartylicenses.txt should contain the licenses of all modules loaded from node_modules
Mention any other details that might be useful.
Bug Report or Feature Request (mark with an
x)Versions.
Repro steps.
ng new myprojectcd myprojectng build --target=productionThe file
dist/3rdpartylicenses.txtwill be empty.The log given by the failure.
No log
Desired functionality.
3rdpartylicenses.txt should contain the licenses of all modules loaded from node_modules
Mention any other details that might be useful.