Skip to content

Commit 4115417

Browse files
authored
fix(core): add index.js files to sideEffects (TanStack#2703)
1 parent 2544f07 commit 4115417

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@
1515
"types": "types/index.d.ts",
1616
"module": "es/index.js",
1717
"sideEffects": [
18+
"es/index.js",
19+
"es/react/index.js",
1820
"es/react/setBatchUpdatesFn.js",
1921
"es/react/setLogger.js",
22+
"lib/index.js",
23+
"lib/react/index.js",
2024
"lib/react/setBatchUpdatesFn.js",
2125
"lib/react/setLogger.js"
2226
],

0 commit comments

Comments
 (0)