From c6bcc26e5cbdc9ffcc3f2b271256de634d34f342 Mon Sep 17 00:00:00 2001 From: Viktor Rusakov Date: Fri, 14 Jul 2023 11:46:26 +0300 Subject: [PATCH] fix: make icons package tree-shakeable --- 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"