grunt uglify 去掉console.log

grunt.initConfig({
 uglify: {
 options: {
 compress: {
 drop_console: true
}
},
 files: []
}
})
相关文章
相关标签/搜索