From 58933f827ce2e2ae9b162da4e0061a7591c5759d Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 29 Jun 2022 11:50:20 -0400 Subject: [PATCH] fix(package): enable tree shaking --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d9c1bda..67b390a 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", + "sideEffects": false, "scripts": { "build": "shx rm -rf dist && tsc -b", "dev": "tsc -b -w",