Skip to content

Commit

Permalink
Merge branch 'main' into devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Feb 22, 2023
2 parents 585b039 + 647f098 commit f93688e
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 164 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
Loading

0 comments on commit f93688e

Please sign in to comment.