From 0501fc91b3c6677c6c3dc4ef2945c5d40a0ac5b7 Mon Sep 17 00:00:00 2001 From: Eric Nie Date: Fri, 10 Oct 2025 12:12:14 +0800 Subject: [PATCH] chore: add sideEffect: false to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 278758c..0f1b168 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "drizzle-query-logger", "version": "1.1.0", + "sideEffects": false, "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.js",