From 056f3927c8b671245e916a6ab8021ea0b192f711 Mon Sep 17 00:00:00 2001 From: lvisei Date: Thu, 25 Jul 2024 17:40:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=94=AF=E6=8C=81=20tree=20shaking=20?= =?UTF-8?q?(#236)?= 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",