Minifier ​
TIP
oxc-minify
is currently in alpha and may still have bugs. We recommend thoroughly testing its output before deploying to production environments.
Installation ​
Node.js ​
Use the node binding oxc-minify.
Rust ​
Use the umbrella crate oxc with the minifier
feature.
Rust usage example can be found here.