mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Debugging stuff
This commit is contained in:
parent
7bb7560481
commit
ce2c3ad36e
5 changed files with 15 additions and 8 deletions
12
gulpfile.js
12
gulpfile.js
|
@ -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('.'));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue