Skip to content

Commit

Permalink
chore: no minify
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Jun 12, 2024
1 parent 3a85a36 commit 56a411c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ async function start() {
await require('esbuild').build({
entryPoints: ['src/index.ts'],
bundle: true,
minify: true,
keepNames: true,
sourcemap: process.env.NODE_ENV === 'development',
mainFields: ['module', 'main'],
Expand All @@ -15,4 +14,4 @@ async function start() {

start().catch((e) => {
console.error(e);
});
});

0 comments on commit 56a411c

Please sign in to comment.