Skip to content

Commit

Permalink
chore: minify
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Nov 23, 2023
1 parent 1481d28 commit 4c0c36f
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 @@ -3,7 +3,7 @@ async function start() {
await require('esbuild').build({
entryPoints: ['src/index.ts'],
bundle: true,
minify: process.env.NODE_ENV === 'production',
minify: true,
sourcemap: process.env.NODE_ENV === 'development',
mainFields: ['module', 'main'],
external: ['coc.nvim'],
Expand Down

0 comments on commit 4c0c36f

Please sign in to comment.