Skip to content

Commit

Permalink
Modified esbuild configuration to generate source maps (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr committed Apr 13, 2022
1 parent c33e891 commit c6aebb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esbuild.cjs
Expand Up @@ -3,6 +3,7 @@ const { build } = require('esbuild');
build({
bundle: true,
minify: true,
sourcemap: 'external',
platform: 'node',
entryPoints: ['src/index.ts'],
outfile: 'dist/index.js',
Expand Down

0 comments on commit c6aebb9

Please sign in to comment.