Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #697 from SuperViz/fix/kick-participant-interval
Browse files Browse the repository at this point in the history
fix: mimify build files
  • Loading branch information
carlossantos74 authored Jun 26, 2024
2 parents 4ca7010 + fac1ccb commit 930ee27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .esbuild/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const config = {
plugins: [style()],
bundle: true,
color: true,
minify: false,
minify: true,
logLevel: 'info',
sourcemap: true,
chunkNames: 'chunks/[name]-[hash]',
Expand Down

0 comments on commit 930ee27

Please sign in to comment.