Skip to content

Commit

Permalink
feat(@angular/cli): extract all license types when enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and filipesilva committed Feb 28, 2018
1 parent 7fd02e8 commit 487cb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/models/webpack-configs/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function getBrowserConfig(wco: WebpackConfigOptions) {

if (buildOptions.extractLicenses) {
extraPlugins.push(new LicenseWebpackPlugin({
pattern: /^(MIT|ISC|BSD.*)$/,
pattern: /.*/,
suppressErrors: true,
perChunkOutput: false,
outputFilename: `3rdpartylicenses.txt`
Expand Down

0 comments on commit 487cb80

Please sign in to comment.