From 8a07bea08f499d945750ce35f0ac402c3be69efa Mon Sep 17 00:00:00 2001 From: wangxingkang Date: Thu, 14 Dec 2023 10:45:16 +0800 Subject: [PATCH] chore: add sideEffects config --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e7a693a..dde8902 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "lib", "data-source" ], + "sideEffects": false, "keywords": [ "cityData" ],