Skip to content

Commit

Permalink
fix(deps): Replace uglify-es with uglify-js (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Feb 22, 2023
1 parent 9408335 commit 647f098
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 32 deletions.
2 changes: 1 addition & 1 deletion lib/processor.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import CleanCSS from "clean-css";
import fse from "fs-extra";
import uglify from "uglify-es";
import uglify from "uglify-js";
import getConfig from "./config.js";

const config = getConfig();
Expand Down
39 changes: 9 additions & 30 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"cosmiconfig": "8.0.0",
"fs-extra": "11.1.0",
"glob": "8.1.0",
"uglify-es": "3.3.9",
"uglify-js": "^3.17.4",
"wabt": "^1.0.29",
"webpack": "5.75.0"
},
Expand Down

0 comments on commit 647f098

Please sign in to comment.