Skip to content

Commit a5be1f6

Browse files
authored
Revert "Minify build (#373)" (#391)
This reverts commit 9385014.
1 parent d5f30be commit a5be1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default defineConfig({
105105
comfyAPIPlugin(),
106106
],
107107
build: {
108-
minify: true,
108+
minify: false,
109109
sourcemap: true,
110110
rollupOptions: {
111111
// Disabling tree-shaking

0 commit comments

Comments
 (0)