restore gulpfile
This commit is contained in:
+6
-6
@@ -116,12 +116,12 @@ const pipelineJavascript = lazypipe()
|
||||
]
|
||||
});
|
||||
})
|
||||
// .pipe(function () {
|
||||
// return terser({
|
||||
// keep_fnames: true,
|
||||
// mangle: false
|
||||
// });
|
||||
// })
|
||||
.pipe(function () {
|
||||
return terser({
|
||||
keep_fnames: true,
|
||||
mangle: false
|
||||
});
|
||||
})
|
||||
.pipe(function () {
|
||||
return mode.development(sourcemaps.write('.'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user