Skip to content

Commit 91c0909

Browse files
authored
fix(react): Mark react package as having no side effects (#4213)
1 parent cabb53c commit 91c0909

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/react/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,5 @@
103103
}
104104
}
105105
},
106-
"sideEffects": [
107-
"./src/index.ts"
108-
]
106+
"sideEffects": false
109107
}

0 commit comments

Comments
 (0)