Skip to content

Commit

Permalink
feat(package): indicate to bundlers that all modules are side-effect …
Browse files Browse the repository at this point in the history
…free
  • Loading branch information
maninak committed Sep 11, 2023
1 parent f6375e1 commit 4e35ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}
}
},
"sideEffects": false,
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --sourcemap --clean",
"test": "npm run test:smoke && npm run test:unit ",
Expand Down

0 comments on commit 4e35ba8

Please sign in to comment.