Skip to content

Commit

Permalink
fix: sidecar is a sideeffect
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Jul 3, 2019
1 parent 73f1c70 commit 86b3309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
"tslib": "^1.0.0",
"use-sidecar": "^1.0.1"
},
"sideEffects": false,
"sideEffects": [
"**/sidecar.js"
],
"resolutions": {
"typescript": "^3.0.0"
}
Expand Down

0 comments on commit 86b3309

Please sign in to comment.