Skip to content

Commit

Permalink
Removed sourcemaps from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Aug 20, 2024
1 parent 5d257de commit a25589c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { defineConfig } from 'tsup'

export default defineConfig({
entry: ['src/index.ts'],
sourcemap: true,
clean: true,
format: ['cjs', 'esm'],
outDir: 'dist',
Expand Down

0 comments on commit a25589c

Please sign in to comment.