Skip to content

Commit

Permalink
chore: update cssnano to 4.1.11 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandruandrei91 authored Apr 7, 2021
1 parent 5211eed commit 39404cd
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 62 deletions.
89 changes: 29 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
},
"dependencies": {
"cssnano": "^4.1.10",
"cssnano": "^4.1.11",
"jest-worker": "^26.3.0",
"p-limit": "^3.0.2",
"schema-utils": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/CssMinimizerPlugin.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ exports[`CssMinimizerPlugin should work and do not use memory cache when the "ca

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

Expand Down

0 comments on commit 39404cd

Please sign in to comment.