Use minify-js as JS minifier
This commit is contained in:
parent
fd60983516
commit
c7d0652fbc
18 changed files with 82 additions and 171 deletions
|
|
@ -15,7 +15,7 @@ name = "minify_html"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
minify-html = { path = "../rust/main", features = ["js-esbuild"] }
|
||||
minify-html = { path = "../rust/main" }
|
||||
[dependencies.pyo3]
|
||||
version = "0.13.0"
|
||||
features = ["extension-module"]
|
||||
|
|
|
|||
Reference in a new issue