Skip to content

Commit b0e2bb2

Browse files
alan-agius4dgp1130
authored andcommittedJan 31, 2022
perf(@angular-devkit/build-angular): update license-webpack-plugin to 4.0.1
Changes that improve performance: - use resolve data already present in most modules - use throwIfNoEntry option on filesystem operations to improve performance
1 parent 7d0d2c8 commit b0e2bb2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"less": "4.1.2",
169169
"less-loader": "10.2.0",
170170
"license-checker": "^25.0.0",
171-
"license-webpack-plugin": "4.0.0",
171+
"license-webpack-plugin": "4.0.1",
172172
"loader-utils": "3.2.0",
173173
"magic-string": "0.25.7",
174174
"mini-css-extract-plugin": "2.5.3",

‎packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"karma-source-map-support": "1.4.0",
4040
"less": "4.1.2",
4141
"less-loader": "10.2.0",
42-
"license-webpack-plugin": "4.0.0",
42+
"license-webpack-plugin": "4.0.1",
4343
"loader-utils": "3.2.0",
4444
"mini-css-extract-plugin": "2.5.3",
4545
"minimatch": "3.0.4",

‎yarn.lock

+7-2
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@
205205

206206
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#2024033f3123cd1beed78d43ec7269467cd9fa93":
207207
version "0.0.0-354871956801929457d9f08482fb81f7012ed7c8"
208-
uid "2024033f3123cd1beed78d43ec7269467cd9fa93"
209208
resolved "https://github.com/angular/dev-infra-private-builds.git#2024033f3123cd1beed78d43ec7269467cd9fa93"
210209
dependencies:
211210
"@actions/core" "^1.4.0"
@@ -7127,6 +7126,13 @@ license-webpack-plugin@4.0.0:
71277126
dependencies:
71287127
webpack-sources "^3.0.0"
71297128

7129+
license-webpack-plugin@4.0.1:
7130+
version "4.0.1"
7131+
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.1.tgz#957930fa595f5b65aa0b21bfd2c19644486f3d9f"
7132+
integrity sha512-SQum9mg3BgnY5BK+2KYl4W7pk9b26Q8tW2lTsO6tidD0/Ds9ksdXvp3ip2s9LqDjj5gtBMyWRfOPZptWj4PfCg==
7133+
dependencies:
7134+
webpack-sources "^3.0.0"
7135+
71307136
lie@~3.3.0:
71317137
version "3.3.0"
71327138
resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a"
@@ -9628,7 +9634,6 @@ sass@1.49.0, sass@^1.32.8:
96289634

96299635
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz":
96309636
version "0.0.0"
9631-
uid "992e2cb0d91e54b27a4f5bbd2049f3b774718115"
96329637
resolved "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz#992e2cb0d91e54b27a4f5bbd2049f3b774718115"
96339638

96349639
saucelabs@^1.5.0:

0 commit comments

Comments
 (0)
Please sign in to comment.