From 54433d323230dccd36439af1e46f8ba6a42a03db Mon Sep 17 00:00:00 2001 From: Rushi Vishavadia Date: Sat, 21 Dec 2024 18:27:20 +0530 Subject: [PATCH] Update 'files' to mention css files --- package.json | 4 ++++ tsup.config.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 70886b1f..638e35b5 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,10 @@ }, "files": [ "dist", + "dist/index.css", + "dist/ui-kit.css", + "dist/index.js", + "dist/index.mjs", "README.md", "tailwind.config.cjs", "postcss.config.cjs" diff --git a/tsup.config.js b/tsup.config.js index 34360e46..61669abc 100644 --- a/tsup.config.js +++ b/tsup.config.js @@ -6,7 +6,7 @@ export default defineConfig({ entry: ["src/index.js"], format: ["cjs", "esm"], splitting: true, - sourcemap: true, + sourcemap: false, clean: true, minify: false, loader: {