File tree 3 files changed +9
-11
lines changed
packages/angular_devkit/build_angular
src/angular-cli-files/models/webpack-configs
3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 24
24
"karma-source-map-support" : " 1.3.0" ,
25
25
"less" : " 3.8.1" ,
26
26
"less-loader" : " 4.1.0" ,
27
- "license-webpack-plugin" : " 1.4.0 " ,
27
+ "license-webpack-plugin" : " 2.0.1 " ,
28
28
"loader-utils" : " 1.1.0" ,
29
29
"mini-css-extract-plugin" : " 0.4.3" ,
30
30
"minimatch" : " 3.0.4" ,
Original file line number Diff line number Diff line change @@ -79,8 +79,10 @@ export function getBrowserConfig(wco: WebpackConfigOptions) {
79
79
80
80
if ( buildOptions . extractLicenses ) {
81
81
extraPlugins . push ( new LicenseWebpackPlugin ( {
82
- pattern : / .* / ,
83
- suppressErrors : true ,
82
+ stats : {
83
+ warnings : false ,
84
+ errors : false
85
+ } ,
84
86
perChunkOutput : false ,
85
87
outputFilename : `3rdpartylicenses.txt`
86
88
} ) ) ;
Original file line number Diff line number Diff line change @@ -2482,10 +2482,6 @@ ee-first@1.1.1:
2482
2482
version "1.1.1"
2483
2483
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
2484
2484
2485
- ejs@^2.5.7 :
2486
- version "2.6.1"
2487
- resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.6.1.tgz#498ec0d495655abc6f23cd61868d926464071aa0"
2488
-
2489
2485
electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.62 :
2490
2486
version "1.3.63"
2491
2487
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.63.tgz#6485f5f4f3375358aa8fa23c2029ada208483b8d"
@@ -4583,11 +4579,11 @@ license-checker@^20.1.0:
4583
4579
strip-ansi "^4.0.0"
4584
4580
treeify "^1.1.0"
4585
4581
4586
- license-webpack-plugin@1.4.0 :
4587
- version "1.4.0 "
4588
- resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-1.4.0. tgz#be504a849ba7d736f1a6da4b133864f30af885fa "
4582
+ license-webpack-plugin@2.0.1 :
4583
+ version "2.0.1 "
4584
+ resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-2.0.1. tgz#d8d24d0d0db70d328ec911ae728719b842260078 "
4589
4585
dependencies :
4590
- ejs "^2.5.7 "
4586
+ webpack-sources "^1.2.0 "
4591
4587
4592
4588
lie@~3.1.0 :
4593
4589
version "3.1.1"
You can’t perform that action at this time.
0 commit comments