Skip to content

Commit

Permalink
Add a sideEffects: false flag for Webpack 4 (#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr authored Mar 3, 2018
1 parent 55e77e8 commit 721a5fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@
},
"jest": {
"testRegex": "(/test/.*\\.spec.js)$"
}
},
"sideEffects": false
}

0 comments on commit 721a5fa

Please sign in to comment.