Use minify-js as JS minifier
This commit is contained in:
parent
fd60983516
commit
c7d0652fbc
18 changed files with 82 additions and 171 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue