Skip to content

Commit

Permalink
feat: add sideEffects field to improve treeShaking (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenOrz committed Nov 2, 2023
1 parent b283772 commit 1faa376
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
"lib",
"esm"
],
"sideEffects": [
"lib/*",
"*.scss"
],
"keywords": [
"react",
"react-component",
Expand Down

0 comments on commit 1faa376

Please sign in to comment.