Skip to content

Commit c076e6d

Browse files
committed
chore: added support for cssnano-preset-lite
1 parent c6d710b commit c076e6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dependenciesList.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ module.exports = {
4848
"postcss-reduce-idents": version,
4949
"postcss-zindex": version
5050
},
51+
"cssnano-preset-lite": {
52+
"cssnano-utils": version,
53+
postcss: "^7.0.16",
54+
"postcss-discard-comments": version,
55+
"postcss-normalize-whitespace": version,
56+
"postcss-discard-empty": version
57+
},
5158
"postcss-merge-longhand": {
5259
"css-color-names": "^1.0.1",
5360
postcss: "^7.0.16",

0 commit comments

Comments
 (0)