Skip to content

Commit 782404f

Browse files
committed
chore: update changelog
1 parent 26b3991 commit 782404f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/plugin-react/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
### `react` and `react-dom` is no longer added to [`resolve.dedupe`](https://vite.dev/config/#resolve-dedupe) automatically
66

7-
Adding values to `resolve.dedupe` will force Vite to resolve them in a different way than Node.js does, which is confusing and may not be expected. This plugin no longer adds `react` and `react-dom` to `resolve.dedupe` automatically.
7+
Adding values to `resolve.dedupe` forces Vite to resolve them differently from how Node.js does, which can be confusing and may not be expected. This plugin no longer adds `react` and `react-dom` to `resolve.dedupe` automatically.
88

9-
If you encounter an error after upgrading, check the `dependencies` / `devDependencies` in `package.json` and the package manager's configuration. If you want the previous behavior, you can add `react` and `react-dom` to `resolve.dedupe` manually.
9+
If you encounter errors after upgrading, check your package.json for version mismatches in `dependencies` or `devDependencies`, as well as your package managers configuration. If you prefer the previous behavior, you can manually add `react` and `react-dom` to `resolve.dedupe`.
1010

1111
## 4.7.0 (2025-07-18)
1212

0 commit comments

Comments
 (0)