Skip to content

Commit

Permalink
fix(react): Mark react package as having no side effects (#4213)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored and onurtemizkan committed Dec 19, 2021
1 parent e5e25c6 commit 3141f08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,5 @@
}
}
},
"sideEffects": [
"./src/index.ts"
]
"sideEffects": false
}

0 comments on commit 3141f08

Please sign in to comment.