Skip to content

Commit

Permalink
fix: set hoits_vars to false
Browse files Browse the repository at this point in the history
Reduces the size a bit
  • Loading branch information
aminya committed Dec 29, 2020
1 parent b3d00af commit 4722d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .terserrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
"compress": {
"ecma": "2018", // Change based on the target
// "toplevel": true, // controlled by Parcel
"hoist_vars": true,
"hoist_vars": false,
"hoist_funs": true,
"pure_getters": true,
"unsafe": true,
Expand Down

0 comments on commit 4722d21

Please sign in to comment.