Skip to content

Commit 487cb80

Browse files
clydinfilipesilva
authored andcommitted
feat(@angular/cli): extract all license types when enabled
1 parent 7fd02e8 commit 487cb80

File tree

1 file changed

+1
-1
lines changed
  • packages/@angular/cli/models/webpack-configs

1 file changed

+1
-1
lines changed

packages/@angular/cli/models/webpack-configs/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function getBrowserConfig(wco: WebpackConfigOptions) {
7676

7777
if (buildOptions.extractLicenses) {
7878
extraPlugins.push(new LicenseWebpackPlugin({
79-
pattern: /^(MIT|ISC|BSD.*)$/,
79+
pattern: /.*/,
8080
suppressErrors: true,
8181
perChunkOutput: false,
8282
outputFilename: `3rdpartylicenses.txt`

0 commit comments

Comments
 (0)