Skip to content

Commit c0736ea

Browse files
annervisseralan-agius4
authored andcommittedFeb 10, 2022
fix(@angular-devkit/build-angular): update license-webpack-plugin to 4.0.2
Fixes builds with extractLicenses enabled when using dynamic exports Fixes #22662 (cherry picked from commit fafbbea)
1 parent 6e9ccda commit c0736ea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.1",
171+
"license-webpack-plugin": "4.0.2",
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.1",
42+
"license-webpack-plugin": "4.0.2",
4343
"loader-utils": "3.2.0",
4444
"mini-css-extract-plugin": "2.5.3",
4545
"minimatch": "3.0.4",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7126,10 +7126,10 @@ license-webpack-plugin@4.0.0:
71267126
dependencies:
71277127
webpack-sources "^3.0.0"
71287128

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==
7129+
license-webpack-plugin@4.0.2:
7130+
version "4.0.2"
7131+
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz#1e18442ed20b754b82f1adeff42249b81d11aec6"
7132+
integrity sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==
71337133
dependencies:
71347134
webpack-sources "^3.0.0"
71357135

0 commit comments

Comments
 (0)
Please sign in to comment.