mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 06:01:38 -09:00
Update minify.js
This commit is contained in:
parent
053d283eb8
commit
6af7e52131
@ -24,9 +24,8 @@ const MINIFY = function () {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
async function minify(input, parser, EFIConfig) {
|
async function minify(input, parser, EFIConfig) {
|
||||||
if (globalThis.process) {
|
var _status = globalThis._status || console.log;
|
||||||
var _status = console.log;
|
|
||||||
}
|
|
||||||
let isHtml = true;
|
let isHtml = true;
|
||||||
let inputHtml = input;
|
let inputHtml = input;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user