Skip to content

Commit

Permalink
fix(side-effects): set sideEffects: false to enable tree shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Oct 29, 2019
1 parent 6ba5602 commit 16fd573
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 @@
"test": "tslint --project . && ava",
"semantic-release": "semantic-release"
},
"sideEffects": false,
"devDependencies": {
"@softwareventures/tsconfig": "2.1.0",
"@softwareventures/tslint-rules": "0.7.1",
Expand Down

0 comments on commit 16fd573

Please sign in to comment.