We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744b87e commit df80398Copy full SHA for df80398
.changeset/three-jars-shake.md
@@ -0,0 +1,5 @@
1
+---
2
+'react-use-intercom': patch
3
4
+
5
+Set sideEffects to false in package.json
packages/react-use-intercom/package.json
@@ -8,6 +8,7 @@
8
"license": "MIT",
9
"main": "dist/index.js",
10
"types": "dist/index.d.ts",
11
+ "sideEffects": false,
12
"repository": {
13
"type": "git",
14
"url": "https://github.com/devrnt/react-use-intercom"
0 commit comments