grunt uglify 去掉console.log

grunt.initConfig({
 uglify: {
 options: {
 compress: {
 drop_console: true
}
},
 files: []
}
})
相關文章
相關標籤/搜索