Skip to content

Commit

Permalink
Try to force uglify-es un-bugged version
Browse files Browse the repository at this point in the history
To avoid bug in uglify-es@3.3.9 that reuses const names and causes Uncaught TypeError: Assignment to constant variable. Expected as a regression from 3.3.7 according to mishoo/UglifyJS#2842 (comment)
  • Loading branch information
nirlanka committed Sep 6, 2019
1 parent ab58c4a commit 5b44ecd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
29 changes: 21 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"dependencies": {
"body-parser": "^1.19.0",
"browserify-middleware": "^8.1.1",
"coffeeify": "^3.0.1",
"express": "^4.17.1",
"webtorrent": "^0.107.7",
"cash-dom": "^4.1.5",
"coffeeify": "^3.0.1",
"coffeescript": "^2.4.1",
"drag-drop": "^5.0.1"
"drag-drop": "^5.0.1",
"express": "^4.17.1",
"uglify-es": "^3.3.7",
"webtorrent": "^0.107.7"
}
}

0 comments on commit 5b44ecd

Please sign in to comment.