提交 31826f3a 编写于 作者: fxy060608's avatar fxy060608

fix(cli): cssnano options

上级 4f84651d
......@@ -205,7 +205,9 @@ module.exports = {
cssnanoOptions: {
preset: [
'default',
getPlatformCssnano()
Object.assign({}, getPlatformCssnano(), {
discardComments: true
})
]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册