Skip to content

Commit 4a3489d

Browse files
committed
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.
1 parent d4b4f39 commit 4a3489d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"license": "MIT",
77
"repository": "phosphor-icons/phosphor-vue",
88
"homepage": "https://phosphoricons.com",
9-
"sideEffects": false,
109
"main": "dist/phosphor-vue.ssr.js",
1110
"browser": "dist/esm/entry.js",
1211
"module": "dist/esm/entry.js",

0 commit comments

Comments
 (0)