如何去除gulpclean-css中的特殊注释?

How to remove special comments in gulp clean-css?

如何删除gulp clean-css中的特殊评论?

.pipe(cleancss({specialComments: 0}))

好像没有效果

假设你用的是the latest version,应该是{level: {1: {specialComments: 0}}}