From 9642ae5b2903f3ca2bdaa3344590b17ef0e589d8 Mon Sep 17 00:00:00 2001 From: "Giau. Tran Minh" <12751435+giautm@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:39:42 +0700 Subject: [PATCH] fix: publish original source code to fix sourcemap --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1031a6e..ecb40c6 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,8 @@ "cjs", "style", "types", - "esm" + "esm", + "src" ], "packageManager": "yarn@4.1.0+sha256.81a00df816059803e6b5148acf03ce313cad36b7f6e5af6efa040a15981a6ffb" }