Skip to content

Commit

Permalink
perf: esbuild config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkli committed Jan 18, 2023
1 parent 594c644 commit c20b8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esbuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build({
entryPoints: ['src/index.ts'],
outfile: 'dist/index.js',
treeShaking: true,
platform: 'node',
bundle: true,
minify: true,
format: 'esm',
Expand Down

0 comments on commit c20b8e5

Please sign in to comment.