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 4a00f00 commit 7dde757Copy full SHA for 7dde757
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