Skip to content

Commit 39404cd

Browse files
chore: update cssnano to 4.1.11 (#79)
1 parent 5211eed commit 39404cd

File tree

3 files changed

+31
-62
lines changed

3 files changed

+31
-62
lines changed

package-lock.json

+29-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050
},
5151
"dependencies": {
52-
"cssnano": "^4.1.10",
52+
"cssnano": "^4.1.11",
5353
"jest-worker": "^26.3.0",
5454
"p-limit": "^3.0.2",
5555
"schema-utils": "^3.0.0",

test/__snapshots__/CssMinimizerPlugin.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ exports[`CssMinimizerPlugin should work and do not use memory cache when the "ca
104104

105105
exports[`CssMinimizerPlugin should work and generate real content hash: assets 1`] = `
106106
Object {
107-
"entry.19e4764f9c1d9fe130e2.35ca947c3c124b7cfeb9.f2b99089f2d9520948c5.css": "body{color:red}a{color:#00f}",
107+
"entry.19e4764f9c1d9fe130e2.165f000b9611e0038819.7a1dbea4fbce70afbf18.css": "body{color:red}a{color:#00f}",
108108
}
109109
`;
110110

0 commit comments

Comments
 (0)