updated 方法去除冗余

This commit is contained in:
PASSER-BY
2022-03-17 23:27:50 +08:00
parent 4894d9fe0e
commit c72d8c34df
5 changed files with 24 additions and 66 deletions

View File

@@ -10,7 +10,7 @@ gulp.task('mini', () => {
// .pipe(rename("zh-HK.html"))
// .pipe(gulp.dest("./"));
gulp.src('script/relationship.js')
return gulp.src('script/relationship.js')
.pipe(uglify({
output:{
comments: function(node, comment){