We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd02e8 commit 487cb80Copy full SHA for 487cb80
packages/@angular/cli/models/webpack-configs/browser.ts
@@ -76,7 +76,7 @@ export function getBrowserConfig(wco: WebpackConfigOptions) {
76
77
if (buildOptions.extractLicenses) {
78
extraPlugins.push(new LicenseWebpackPlugin({
79
- pattern: /^(MIT|ISC|BSD.*)$/,
+ pattern: /.*/,
80
suppressErrors: true,
81
perChunkOutput: false,
82
outputFilename: `3rdpartylicenses.txt`
0 commit comments