Skip to content

Commit d4859c9

Browse files
chore: update minifier info (#408)
1 parent 4675fa5 commit d4859c9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/docs/guide/usage/minifier.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ We recommend thoroughly testing its output before deploying to production enviro
77

88
## Installation
99

10+
### With Rolldown
11+
12+
If you are using [Rolldown][url-rolldown], `oxc-minify` will be used for minification by default. No extra installation is required.
13+
1014
### Node.js
1115

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

2327
[url-oxc-crate]: https://docs.rs/oxc
2428
[url-oxc-minify-npm]: https://www.npmjs.com/package/oxc-minify
29+
[url-rolldown]: https://rolldown.rs

src/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ features:
3232
link: /docs/guide/usage/transformer
3333
linkText: Usage guide
3434
- title: Minifier 🚧
35-
details: Faster and better at compression<br/>Prototype is complete
35+
details: Faster and better at compression<br/>In Alpha Stage
36+
link: /docs/guide/usage/minifier
3637
- title: Formatter 🚧
3738
details: Prettier compatible<br/>Prototype is complete
3839
- title: Rolldown Bundler 🚧

0 commit comments

Comments
 (0)