From 083c788cdbcc4c7f053055baa57bf14f239c65ef Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Fri, 13 Jun 2025 22:34:28 +0100 Subject: [PATCH 1/3] docs: update minifier stage on main page --- src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.md b/src/index.md index c4ebe5829d..623556bb2b 100644 --- a/src/index.md +++ b/src/index.md @@ -32,7 +32,7 @@ features: link: /docs/guide/usage/transformer linkText: Usage guide - title: Minifier 🚧 - details: Faster and better at compression
Prototype is complete + details: Faster and better at compression
In Alpha Stage - title: Formatter 🚧 details: Prettier compatible
Prototype is complete - title: Rolldown Bundler 🚧 From f94282b934ae6b679528dc728da5cac77d933a9e Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Fri, 13 Jun 2025 22:39:14 +0100 Subject: [PATCH 2/3] wip --- src/docs/guide/usage/minifier.md | 5 +++++ src/index.md | 1 + 2 files changed, 6 insertions(+) diff --git a/src/docs/guide/usage/minifier.md b/src/docs/guide/usage/minifier.md index 89d83971c2..5c60679f7d 100644 --- a/src/docs/guide/usage/minifier.md +++ b/src/docs/guide/usage/minifier.md @@ -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]. @@ -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 \ No newline at end of file diff --git a/src/index.md b/src/index.md index 623556bb2b..df81670eda 100644 --- a/src/index.md +++ b/src/index.md @@ -33,6 +33,7 @@ features: linkText: Usage guide - title: Minifier 🚧 details: Faster and better at compression
In Alpha Stage + link: /docs/guide/usage/minifier - title: Formatter 🚧 details: Prettier compatible
Prototype is complete - title: Rolldown Bundler 🚧 From 5ad26484b7f7bfb8b6ffcf1c25b613eaccb17f59 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 27 Jun 2025 09:39:16 +0200 Subject: [PATCH 3/3] fmt --- src/docs/guide/usage/minifier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/guide/usage/minifier.md b/src/docs/guide/usage/minifier.md index 5c60679f7d..00230b1ce0 100644 --- a/src/docs/guide/usage/minifier.md +++ b/src/docs/guide/usage/minifier.md @@ -26,4 +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 \ No newline at end of file +[url-rolldown]: https://rolldown.rs