Skip to content

Commit

Permalink
Mark package as side effect free (#628)
Browse files Browse the repository at this point in the history
Webpack introduced a convention of being able mark a package as side effect free so it can be tree shaken. This is safe as long as importing the module doesn't have side effects.

Co-authored-by: David Patrick <[email protected]>
  • Loading branch information
JakeGinnivan and davidpatrick authored Jul 23, 2021
1 parent 66308e4 commit d554d8d
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 @@ -3,6 +3,7 @@
"version": "2.35.1",
"description": "SDK for Auth0 API v2",
"main": "src/index.js",
"sideEffects": false,
"files": [
"src"
],
Expand Down

0 comments on commit d554d8d

Please sign in to comment.