Skip to content

Commit

Permalink
🔧 react-inspect: set sideEffects to false
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-walker committed Sep 4, 2022
1 parent 0899a4c commit d6dce3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-shrimps-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cloudwalker/react-inspect": patch
---

Set sideEffects to false
1 change: 1 addition & 0 deletions packages/react-inspect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
"main": "dist/main.js",
"module": "dist/main.mjs",
"sideEffects": false,
"author": "Luca Barone <baro.luc@gmail.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit d6dce3e

Please sign in to comment.