Skip to content

Commit

Permalink
release: plugin-react@4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Apr 20, 2023
1 parent 1270758 commit f87d23e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/plugin-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 4.0.0 (2023-04-20)

This major version include a revamp of options:

- `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:
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-react",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"license": "MIT",
"author": "Evan You",
"contributors": [
Expand Down

0 comments on commit f87d23e

Please sign in to comment.