From 0abbad1fa49fe9132644ba0395b50770508a4a30 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Thu, 3 Sep 2026 17:32:12 -0400 Subject: [PATCH] fix: stop publishing source maps --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b0cfe1bcbb..f3eee62c5ce 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "/bin", "/scripts", "/functions-templates", - "/dist" + "/dist", + "!dist/**/*.map" ], "type": "module", "scripts": {