From 01c7d99ce3c3a1c578e68cb45a3dfd55a71b16c8 Mon Sep 17 00:00:00 2001 From: yunji Date: Thu, 25 Jul 2024 17:17:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=94=AF=E6=8C=81=20tree=20shaking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7f0d418c..35ced639 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "module": "es/index.js", "types": "es/index.d.ts", "unpkg": "dist/larkmap.min.js", + "sideEffects": [ + "**/*.less" + ], "files": [ "lib", "es",