Skip to content

Commit

Permalink
(chore) add sideEffects: false to enable tree-shaking in esbuild & ot…
Browse files Browse the repository at this point in the history
…hers
  • Loading branch information
shakyShane committed Feb 9, 2022
1 parent 2422a5d commit 891a2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -35,6 +35,7 @@
"type": "commonjs",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"sideEffects": false,
"scripts": {
"mocha": "mocha",
"lint": "eslint src/*.js src/lib/*.js demo/*.js tools/**/*.js --ignore-pattern vendor",
Expand Down

0 comments on commit 891a2ff

Please sign in to comment.