Perhaps I should add some kinda linter.
This commit is contained in:
parent
5f7df9e5b0
commit
90f80a8ecd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = function(env) {
|
||||||
throw stderr;
|
throw stderr;
|
||||||
|
|
||||||
if(!env.debug)
|
if(!env.debug)
|
||||||
stdout = await htmlminify(stdout, htmlMinifyOptions);
|
stdout = await htmlminify(stdout, MINIFY_OPTS);
|
||||||
|
|
||||||
const path = pathJoin(
|
const path = pathJoin(
|
||||||
task.target ?? '',
|
task.target ?? '',
|
||||||
|
|
Loading…
Reference in a new issue