Skip to content

Commit

Permalink
Revert "tmp: use unminified versions for debugging"
Browse files Browse the repository at this point in the history
This reverts commit ebf0afe.
  • Loading branch information
tams sokari committed Oct 4, 2023
1 parent ebf0afe commit cd24022
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 @@ -95,7 +95,7 @@ const devOptions = {

const prodOptions = {
bundle: true,
minify: false,
minify: true,
};

files.forEach((file) => {
Expand Down

0 comments on commit cd24022

Please sign in to comment.