From 57a95660941d363d0ca17741b996e6167e0eeb28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Magalh=C3=A3es?= Date: Thu, 13 Apr 2023 12:40:29 -0300 Subject: [PATCH] build: add sourcemap --- selection-popover/tsup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selection-popover/tsup.config.ts b/selection-popover/tsup.config.ts index 189aaea..8ad7c27 100644 --- a/selection-popover/tsup.config.ts +++ b/selection-popover/tsup.config.ts @@ -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: {