fixed all eslint errors and warning, compiled as PROD
This commit is contained in:
@@ -18,7 +18,7 @@ console.dir(argv);
|
||||
var prod = argv.env == 'prod' ? true : false;
|
||||
|
||||
function handleError(err) {
|
||||
console.log(err.toString());
|
||||
console.log(err.toString())
|
||||
}
|
||||
|
||||
gulp.task('scripts', gulp.series(function (done) {
|
||||
|
||||
Reference in New Issue
Block a user