From bcdbff98f1feb23f33fbc25b7124c5a16680f97d Mon Sep 17 00:00:00 2001 From: Viktor Rusakov <52399399+viktorrusakov@users.noreply.github.com> Date: Sun, 16 Jul 2023 12:02:31 +0300 Subject: [PATCH] fix: make icons package tree-shakeable (#2441) --- icons/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/icons/package.json b/icons/package.json index 246fef8722..6c08717075 100644 --- a/icons/package.json +++ b/icons/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "", "main": "index.js", + "sideEffects": false, "scripts": { "build": "node copy-mui-icons.js && node copy-brand-icons.js && svgr svg --out-dir jsx && babel jsx -d es5", "test": "echo \"Error: no test specified\" && exit 1"