@vitejs/plugin-react-swc 3.0.0-beta.0 → 3.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -5,7 +5,7 @@ Use the versatility of [SWC](https://swc.rs/) for development and the maturity o
5
5
  - ✅ A fast Fast Refresh (~20x faster than Babel)
6
6
  - ✅ Enable [automatic JSX runtime](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html)
7
7
 
8
- > ⚠️ This is an alpha release for Vite 4, for the v2 named `vite-plugin-swc-react-refresh`, see the [v2 branch](https://github.com/vitejs/vite-plugin-react-swc/tree/v2).
8
+ > ⚠️ This is a beta release for Vite 4, for the v2 named `vite-plugin-swc-react-refresh`, see the [v2 branch](https://github.com/vitejs/vite-plugin-react-swc/tree/v2).
9
9
 
10
10
  ## Installation
11
11
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vitejs/plugin-react-swc",
3
3
  "description": "Use the versatility of SWC for development and the maturity of esbuild for production",
4
- "version": "3.0.0-beta.0",
4
+ "version": "3.0.0-beta.1",
5
5
  "author": "Arnaud Barré (https://github.com/ArnaudBarre)",
6
6
  "license": "MIT",
7
7
  "repository": "github:vitejs/vite-plugin-react-swc",
@@ -10,9 +10,9 @@
10
10
  "module": "index.mjs",
11
11
  "exports": {
12
12
  ".": {
13
- "require": "index.cjs",
14
- "types": "index.d.ts",
15
- "import": "index.mjs"
13
+ "require": "./index.cjs",
14
+ "types": "./index.d.ts",
15
+ "import": "./index.mjs"
16
16
  }
17
17
  },
18
18
  "keywords": [