Skip to content

Commit

Permalink
Enable tree-shaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
phulin committed Jan 11, 2020
1 parent da38852 commit 34344d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"author": "Gwen Dekker",
"license": "ISC",
"sideEffects": "false",
"browserslist": "> 0.5%, Firefox ESR, not dead, not IE > 0, not IE_Mob > 0, not safari < 7, not kaios > 0",
"dependencies": {
"bad-words": "^3.0.3",
Expand Down
1 change: 1 addition & 0 deletions webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const config = {
parallel: true,
}),
],
usedExports: true,
},
};

Expand Down

0 comments on commit 34344d9

Please sign in to comment.