Skip to content

Commit

Permalink
Update build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SOH69 committed Aug 11, 2024
1 parent ec0c554 commit 09a8976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const build = async (esbuildOptions, type) => {
target: 'esnext',
logLevel: 'info',
sourcemap: dev ? 'both' : false,
minify: !dev,
minify: false, //!dev
keepNames: dev,
define: {
__DEV_MODE__: `${dev}`,
Expand Down

0 comments on commit 09a8976

Please sign in to comment.