-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentseverity2: inconvenient
Description
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.
- I am the author of the webpack plugin that outputs the licenses. I have already pushed a fix in version 0.5.1 of license-webpack-plugin. Upgrading the version of license-webpack-plugin should resolve the issue.
- packages don't get detected if webpack context is outside of project root xz64/license-webpack-plugin#12
JanWaller, fr0 and Hadev-JHH
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentseverity2: inconvenient