From a9e0ea86a46bb4b099da1fc85c409eb56cc21b77 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Mon, 11 Aug 2025 10:17:26 +0900 Subject: [PATCH 1/3] chore(oxc): mention deprecation in readme --- packages/plugin-react-oxc/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/plugin-react-oxc/README.md b/packages/plugin-react-oxc/README.md index 23bdaa58a..6f98c05cb 100644 --- a/packages/plugin-react-oxc/README.md +++ b/packages/plugin-react-oxc/README.md @@ -1,3 +1,6 @@ +> [!IMPORTANT] +> This package is deprecated. Use [@vitejs/plugin-react](https://www.npmjs.com/package/@vitejs/plugin-react) instead, which automatically enables Oxc-based Fast Refresh transform on [`rolldown-vite`](https://vitejs.dev/guide/rolldown) + # @vitejs/plugin-react-oxc [![npm](https://img.shields.io/npm/v/@vitejs/plugin-react-oxc.svg)](https://npmjs.com/package/@vitejs/plugin-react-oxc) The future default Vite plugin for React projects. From 1eaef73508eeaf612453f39913f12c5ad106f96c Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Mon, 11 Aug 2025 10:23:05 +0900 Subject: [PATCH 2/3] chore: tweak --- packages/plugin-react-oxc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-react-oxc/README.md b/packages/plugin-react-oxc/README.md index 6f98c05cb..3b6b26ed8 100644 --- a/packages/plugin-react-oxc/README.md +++ b/packages/plugin-react-oxc/README.md @@ -1,5 +1,5 @@ > [!IMPORTANT] -> This package is deprecated. Use [@vitejs/plugin-react](https://www.npmjs.com/package/@vitejs/plugin-react) instead, which automatically enables Oxc-based Fast Refresh transform on [`rolldown-vite`](https://vitejs.dev/guide/rolldown) +> This package is deprecated. Please use [@vitejs/plugin-react](https://www.npmjs.com/package/@vitejs/plugin-react) instead, which automatically enables Oxc-based Fast Refresh transform and disable Babel transform when it's not used on [`rolldown-vite`](https://vitejs.dev/guide/rolldown) # @vitejs/plugin-react-oxc [![npm](https://img.shields.io/npm/v/@vitejs/plugin-react-oxc.svg)](https://npmjs.com/package/@vitejs/plugin-react-oxc) From 6944b19429a93bb26c6542cfd9c4903eb41d9dbb Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Mon, 11 Aug 2025 10:24:06 +0900 Subject: [PATCH 3/3] chore: tweak --- packages/plugin-react-oxc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin-react-oxc/README.md b/packages/plugin-react-oxc/README.md index 3b6b26ed8..bc6b77646 100644 --- a/packages/plugin-react-oxc/README.md +++ b/packages/plugin-react-oxc/README.md @@ -1,5 +1,5 @@ > [!IMPORTANT] -> This package is deprecated. Please use [@vitejs/plugin-react](https://www.npmjs.com/package/@vitejs/plugin-react) instead, which automatically enables Oxc-based Fast Refresh transform and disable Babel transform when it's not used on [`rolldown-vite`](https://vitejs.dev/guide/rolldown) +> This package is deprecated. Please use [@vitejs/plugin-react](https://www.npmjs.com/package/@vitejs/plugin-react) instead, which automatically enables Oxc-based Fast Refresh transform on [`rolldown-vite`](https://vitejs.dev/guide/rolldown). # @vitejs/plugin-react-oxc [![npm](https://img.shields.io/npm/v/@vitejs/plugin-react-oxc.svg)](https://npmjs.com/package/@vitejs/plugin-react-oxc)