Skip to content

Commit f87d23e

Browse files
committed
1 parent 1270758 commit f87d23e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/plugin-react/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 4.0.0 (2023-04-20)
4+
35
This major version include a revamp of options:
46

57
- `include`/`exclude` now allow to completely override the files processed by the plugin ([#122](https://github.com/vitejs/vite-plugin-react/pull/122)). This is more in line with other Rollup/Vite plugins and simplify the setup of enabling Fast Refresh for `.mdx` files. This can be done like this:

packages/plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-react",
3-
"version": "4.0.0-beta.1",
3+
"version": "4.0.0",
44
"license": "MIT",
55
"author": "Evan You",
66
"contributors": [

0 commit comments

Comments
 (0)