We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d00af commit 4722d21Copy full SHA for 4722d21
.terserrc.js
@@ -5,7 +5,7 @@ module.exports = {
5
"compress": {
6
"ecma": "2018", // Change based on the target
7
// "toplevel": true, // controlled by Parcel
8
- "hoist_vars": true,
+ "hoist_vars": false,
9
"hoist_funs": true,
10
"pure_getters": true,
11
"unsafe": true,
0 commit comments