Skip to content

Commit

Permalink
Remove erroneous sideEffects in package.json
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brlodi committed Dec 21, 2020
1 parent d4b4f39 commit 4a3489d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 4a3489d

Please sign in to comment.