Skip to content

Commit

Permalink
build: add sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
João Pedro Magalhães committed Apr 13, 2023
1 parent b8343f2 commit 57a9566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selection-popover/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
minify: true,
target: 'es2018',
external: ['react', 'react-dom'],
sourcemap: false,
sourcemap: true,
dts: true,
format: ['esm', 'cjs'],
loader: {
Expand Down

1 comment on commit 57a9566

@vercel
Copy link

@vercel vercel bot commented on 57a9566 Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

selection-popover – ./

selection-popover-git-main-joaom00.vercel.app
selection-popover-joaom00.vercel.app
selection-popover.vercel.app

Please sign in to comment.