From 95b1b6d8bcca88c19d4ca3bf355242f4181cc031 Mon Sep 17 00:00:00 2001 From: Rafael Zendron Date: Wed, 17 Jun 2026 18:52:25 -0300 Subject: [PATCH] chore: add sideEffects: false to package.json (#210) Allows bundlers to safely tree-shake mitt, since it has no side effects on import. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e51397c..a3e977b 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "Jason Miller " ], "license": "MIT", + "sideEffects": false, "files": [ "dist", "index.d.ts"