Skip to content

Commit

Permalink
build: added a side effect property for tree shaking package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Kharitonov committed Dec 13, 2024
1 parent dac5314 commit c26d3f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,9 @@
"prettier --write"
],
"*.{md,json,yaml,yml}": "prettier --write"
}
},
"sideEffects": [
"*.css",
"*.scss"
]
}

0 comments on commit c26d3f6

Please sign in to comment.