Skip to content

Commit

Permalink
revert minification changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CiprianDraghici committed Jul 26, 2024
1 parent 75ad91b commit f7231cf
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 f7231cf

Please sign in to comment.