Switch CSS minifier to cssnano (#9260)

This results in around 4kB saving in CSS size and also resolves with a
particular issue on git bash which had issues with the format of the
lessc arguments.
This commit is contained in:
silverwind
2019-12-06 01:33:06 +01:00
committed by techknowlogick
parent d7c52b8dce
commit 9ff5b75559
2 changed files with 4 additions and 4 deletions

View File

@ -13,11 +13,11 @@
"babel-loader": "8.0.6",
"core-js": "3.4.1",
"css-loader": "3.2.0",
"cssnano": "4.1.10",
"eslint": "6.6.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.18.2",
"less": "3.10.3",
"less-plugin-clean-css": "1.5.1",
"postcss-cli": "6.1.3",
"style-loader": "1.0.0",
"stylelint": "11.1.1",