Use minify-js as JS minifier

This commit is contained in:
Wilson Lin 2022-06-21 17:29:12 +10:00
commit c7d0652fbc
18 changed files with 82 additions and 171 deletions

View file

@ -7,5 +7,5 @@ authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
minify-html = { path = "../rust/main", features = ["js-esbuild"] }
minify-html = { path = "../rust/main" }
structopt = "0.3"