Skip to content

Commit

Permalink
chore: no minify
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed May 11, 2024
1 parent f1b3aae commit 82046e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as esbuild from 'esbuild';
const options = {
entryPoints: ['src/index.ts'],
bundle: true,
minify: true,
sourcemap: process.env.NODE_ENV === 'development',
mainFields: ['module', 'main'],
external: ['coc.nvim'],
Expand Down

0 comments on commit 82046e2

Please sign in to comment.