Skip to content

Commit

Permalink
feat: mark packages as sideEffects: false
Browse files Browse the repository at this point in the history
so they get tree-shaked
  • Loading branch information
AviVahl committed Dec 14, 2024
1 parent 0701c6c commit fb187f0
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion packages/mark-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"repository": "https://github.com/wixplosives/core3-utils/tree/master/packages/mark-text",
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/mostly-equal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"repository": "https://github.com/wixplosives/core3-utils/tree/master/packages/mostly-equal",
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"repository": "[email protected]:wixplosives/core3-utils.git",
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/testing-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"@wixc3/testing": "^17.1.1",
"create-temp-directory": "^2.4.0",
"promise-assist": "^2.0.1"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"repository": "[email protected]:wixplosives/core3-utils.git",
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"repository": "[email protected]:wixplosives/core3-utils.git",
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/wait-for-call/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"repository": "[email protected]:wixplosives/core3-utils.git",
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}

0 comments on commit fb187f0

Please sign in to comment.