mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Disable minify on release dist (#737)
This commit is contained in:
@@ -6,7 +6,7 @@ import dotenv from "dotenv";
|
||||
dotenv.config();
|
||||
|
||||
const IS_DEV = process.env.NODE_ENV === 'development';
|
||||
const SHOULD_MINIFY = process.env.ENABLE_MINIFY !== 'false';
|
||||
const SHOULD_MINIFY = process.env.ENABLE_MINIFY === 'true';
|
||||
|
||||
interface ShimResult {
|
||||
code: string;
|
||||
|
||||
Reference in New Issue
Block a user