Skip to content

Commit

Permalink
feat: add sideeffects to package.json (#226)
Browse files Browse the repository at this point in the history
Add "sideEffects: false" for better code spliting
  • Loading branch information
denisx authored Dec 3, 2024
1 parent 1a39e0c commit 9d26738
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 @@ -71,5 +71,6 @@
"lint": "eslint ./src ./test",
"test": "nyc mocha && nyc check-coverage --lines 95"
},
"sideEffects": false,
"version": "1.0.0"
}

0 comments on commit 9d26738

Please sign in to comment.