Skip to content

Commit ccbea12

Browse files
committed
chore: add sideEffects:false to package.json for tree-shaking optimization
1 parent 52591c4 commit ccbea12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "use-async-effekt-hooks",
33
"version": "1.0.0",
44
"description": "React hooks for async effects and memoization with proper dependency tracking and linting support",
5+
"sideEffects": false,
56
"main": "dist/index.js",
67
"types": "dist/index.d.ts",
78
"files": [

0 commit comments

Comments
 (0)