Skip to content

Commit

Permalink
feat: Mark lib as sideEffects: false to help treeshaking
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed May 2, 2023
1 parent a21abbd commit 1a622e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/package.json
Expand Up @@ -6,6 +6,7 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc && node esbuild.config.mjs production",
Expand Down

0 comments on commit 1a622e3

Please sign in to comment.