Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit bd87037

Browse files
committed
Update description (fixes #10)
1 parent ad7f5e5 commit bd87037

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @vitejs/plugin-react-swc [![npm](https://img.shields.io/npm/v/@vitejs/plugin-react-swc)](https://www.npmjs.com/package/@vitejs/plugin-react-swc)
22

3-
Use the versatility of [SWC](https://swc.rs/) for development and the maturity of [esbuild](https://esbuild.github.io/) for production.
3+
Speed up your Vite dev server with [SWC](https://swc.rs/)
44

55
- ✅ A fast Fast Refresh (~20x faster than Babel)
66
- ✅ Enable [automatic JSX runtime](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html)

scripts/bundle.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ export default react;
4949
JSON.stringify(
5050
{
5151
name: packageJSON.name,
52-
description:
53-
"Use the versatility of SWC for development and the maturity of esbuild for production",
52+
description: "Speed up your Vite dev server with SWC",
5453
version: packageJSON.version,
5554
author: "Arnaud Barré (https://github.com/ArnaudBarre)",
5655
license: packageJSON.license,

0 commit comments

Comments
 (0)