Skip to content

Commit 9d69367

Browse files
alan-agius4Keen Yee Liau
authored and
Keen Yee Liau
committed
fix(@angular-devkit/build-angular): update copy-webpack-plugin dependency
This fixes the issue that newly added files are not copied on serve Fixes #9669
1 parent 3b3e434 commit 9d69367

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"autoprefixer": "8.4.1",
1616
"circular-dependency-plugin": "5.0.2",
1717
"clean-css": "4.2.1",
18-
"copy-webpack-plugin": "4.5.3",
18+
"copy-webpack-plugin": "4.5.4",
1919
"file-loader": "2.0.0",
2020
"glob": "7.1.3",
2121
"istanbul": "0.4.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,10 +2285,10 @@ copy-descriptor@^0.1.0:
22852285
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
22862286
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
22872287

2288-
2289-
version "4.5.3"
2290-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-4.5.3.tgz#14a224d205e46f7a79f7956028e1da6df2225ff2"
2291-
integrity sha512-VKCiNXQcc8zyznaepXfKpCH2cZD+/j3T3B+gsFY97P7qMlEsj34wr/sI9OCG7QPUUh7gAHVx3q8Q1rdQIDM4bA==
2288+
2289+
version "4.5.4"
2290+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-4.5.4.tgz#f2b2782b3cd5225535c3dc166a80067e7d940f27"
2291+
integrity sha512-0lstlEyj74OAtYMrDxlNZsU7cwFijAI3Ofz2fD6Mpo9r4xCv4yegfa3uHIKvZY1NSuOtE9nvG6TAhJ+uz9gDaQ==
22922292
dependencies:
22932293
cacache "^10.0.4"
22942294
find-cache-dir "^1.0.0"

0 commit comments

Comments
 (0)