Skip to content

chore: update minifier info #408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/docs/guide/usage/minifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ We recommend thoroughly testing its output before deploying to production enviro

## Installation

### With Rolldown

If you are using [Rolldown][url-rolldown], `oxc-minify` will be used for minification by default. No extra installation is required.

### Node.js

- Use the node binding [oxc-minify][url-oxc-minify-npm].
Expand All @@ -22,3 +26,4 @@ Rust usage example can be found [here](https://github.com/oxc-project/oxc/blob/m

[url-oxc-crate]: https://docs.rs/oxc
[url-oxc-minify-npm]: https://www.npmjs.com/package/oxc-minify
[url-rolldown]: https://rolldown.rs
3 changes: 2 additions & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ features:
link: /docs/guide/usage/transformer
linkText: Usage guide
- title: Minifier 🚧
details: Faster and better at compression<br/>Prototype is complete
details: Faster and better at compression<br/>In Alpha Stage
link: /docs/guide/usage/minifier
- title: Formatter 🚧
details: Prettier compatible<br/>Prototype is complete
- title: Rolldown Bundler 🚧
Expand Down