We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d0865 commit f21fa63Copy full SHA for f21fa63
packages/react-use-intercom/tsup.config.cjs
@@ -4,7 +4,7 @@ module.exports = defineConfig({
4
entry: ['src/index.ts'],
5
format: ['esm', 'cjs'],
6
external: ['react'],
7
- sourcemap: false,
+ sourcemap: true,
8
treeshake: true,
9
clean: true,
10
splitting: false,
0 commit comments