diff --git a/gulpfile.js b/gulpfile.js index c6ee644..8893870 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -30,7 +30,8 @@ gulp.task('minify-js', () => { .pipe(uglify({ output: { comments: /^!/ - } + }, + keep_fnames: true })) .pipe(gulp.dest('dist')); });