Skip to content

Commit

Permalink
Revert "Minify build (#373)" (#391)
Browse files Browse the repository at this point in the history
This reverts commit 9385014.
  • Loading branch information
huchenlei committed Aug 12, 2024
1 parent d5f30be commit a5be1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default defineConfig({
comfyAPIPlugin(),
],
build: {
minify: true,
minify: false,
sourcemap: true,
rollupOptions: {
// Disabling tree-shaking
Expand Down

0 comments on commit a5be1f6

Please sign in to comment.