Skip to content

Commit 49f5755

Browse files
committed
perf(@angular-devkit/build-angular): update mini-css-extract-plugin to 1.6.2
This addresses a number of memory leaks and slow re-compilations.
1 parent 8e52c9c commit 49f5755

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
@@ -179,7 +179,7 @@
179179
"license-webpack-plugin": "2.3.19",
180180
"loader-utils": "2.0.0",
181181
"magic-string": "0.25.7",
182-
"mini-css-extract-plugin": "1.6.0",
182+
"mini-css-extract-plugin": "1.6.2",
183183
"minimatch": "3.0.4",
184184
"minimist": "^1.2.0",
185185
"ng-packagr": "~12.1.0-next.0",

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"less-loader": "10.0.0",
4343
"license-webpack-plugin": "2.3.19",
4444
"loader-utils": "2.0.0",
45-
"mini-css-extract-plugin": "1.6.0",
45+
"mini-css-extract-plugin": "1.6.2",
4646
"minimatch": "3.0.4",
4747
"open": "8.2.1",
4848
"ora": "5.4.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7620,10 +7620,10 @@ min-indent@^1.0.0:
76207620
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
76217621
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
76227622

7623-
7624-
version "1.6.0"
7625-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.0.tgz#b4db2525af2624899ed64a23b0016e0036411893"
7626-
integrity sha512-nPFKI7NSy6uONUo9yn2hIfb9vyYvkFu95qki0e21DQ9uaqNKDP15DGpK0KnV6wDroWxPHtExrdEwx/yDQ8nVRw==
7623+
7624+
version "1.6.2"
7625+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz#83172b4fd812f8fc4a09d6f6d16f924f53990ca8"
7626+
integrity sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==
76277627
dependencies:
76287628
loader-utils "^2.0.0"
76297629
schema-utils "^3.0.0"

0 commit comments

Comments
 (0)