Skip to content

Commit

Permalink
Don't produce a sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Oct 24, 2024
1 parent afca485 commit e2b596e
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 @@ -8,7 +8,6 @@ await build({
format: 'esm',
outfile: 'dist/index.mjs',
minify: true,
sourcemap: true,
plugins: [
copy({
assets: {
Expand Down

0 comments on commit e2b596e

Please sign in to comment.