Skip to content

Commit

Permalink
revert minify value
Browse files Browse the repository at this point in the history
  • Loading branch information
CiprianDraghici committed Jul 25, 2024
1 parent fc64bad commit a19c0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const executeBuild = () =>
format: 'esm',
outdir: 'out',
treeShaking: true,
minify: false,
minify: true,
bundle: true,
sourcemap: true,
chunkNames: '__chunks__/[name]-[hash]',
Expand Down

0 comments on commit a19c0c1

Please sign in to comment.