File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ We recommend thoroughly testing its output before deploying to production enviro
7
7
8
8
## Installation
9
9
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
+
10
14
### Node.js
11
15
12
16
- 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
22
26
23
27
[ url-oxc-crate ] : https://docs.rs/oxc
24
28
[ url-oxc-minify-npm ] : https://www.npmjs.com/package/oxc-minify
29
+ [ url-rolldown ] : https://rolldown.rs
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ features:
32
32
link : /docs/guide/usage/transformer
33
33
linkText : Usage guide
34
34
- 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
36
37
- title : Formatter 🚧
37
38
details : Prettier compatible<br/>Prototype is complete
38
39
- title : Rolldown Bundler 🚧
You can’t perform that action at this time.
0 commit comments