Skip to content

Commit

Permalink
Add sideEffects to package.json
Browse files Browse the repository at this point in the history
Setting it directly to false breaks VuePress: vuejs/vuepress#718 (comment)
  • Loading branch information
thecodewarrior committed Dec 30, 2021
1 parent bbbffd1 commit 2f6025e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"README.md",
"tippy+vue.min.svg"
],
"sideEffects": [
"*.vue"
],
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
Expand Down

0 comments on commit 2f6025e

Please sign in to comment.