application build does not generate 3rdpartylicenses.txt when building localized app #26386
Closed
1 task done
Labels
angular/build:application
devkit/build-angular:i18n
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Command
build
Is this a regression?
The previous version in which this bug was not present was
16
Description
When building a new Angular 17 app using the default application builder and using
--localize
, 3rdpartylicenses.txt is not generated. Without--localize
, the file is present.Minimal Reproduction
ng new test-app --defaults
cd test-app
ng add @angular/localize
ng build --localize
examine
dist/test-app
the new
browser
directory is present, but no3rdpartylicenses.txt
file.Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: