From 4a3489db0454897c7fb56ff4488e53a5d0978250 Mon Sep 17 00:00:00 2001 From: Benjamin Lodi Date: Mon, 21 Dec 2020 10:37:31 -0500 Subject: [PATCH] Remove erroneous `sideEffects` in `package.json` This unfortunately entirely breaks tree-shaking of the library, but pending resolution of vuejs/rollup-plugin-vue#401 that's not something we can fix on our end. This takes the approach that working-but-too-big is at least better than not-working-at-all. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 67b6a7ff0..058e816a3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "license": "MIT", "repository": "phosphor-icons/phosphor-vue", "homepage": "https://phosphoricons.com", - "sideEffects": false, "main": "dist/phosphor-vue.ssr.js", "browser": "dist/esm/entry.js", "module": "dist/esm/entry.js",