From 90328ce92ecfdc9797aa58af67e46f9872b29118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Barr=C3=A9?= Date: Mon, 31 Jul 2023 18:31:53 +0200 Subject: [PATCH] release: plugin-react@4.0.4 --- packages/plugin-react/CHANGELOG.md | 4 ++++ packages/plugin-react/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/plugin-react/CHANGELOG.md b/packages/plugin-react/CHANGELOG.md index 6a43ca5d..e342ef9d 100644 --- a/packages/plugin-react/CHANGELOG.md +++ b/packages/plugin-react/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 4.0.4 (2023-07-31) + +- Fix [#198](https://github.com/vitejs/vite-plugin-react/discussions/198): Enable Babel if presets list is not empty + ## 4.0.3 (2023-07-10) - Revert [#108](https://github.com/vitejs/vite-plugin-react/pull/108): Remove throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter. diff --git a/packages/plugin-react/package.json b/packages/plugin-react/package.json index 208b7d37..be09f45f 100644 --- a/packages/plugin-react/package.json +++ b/packages/plugin-react/package.json @@ -1,6 +1,6 @@ { "name": "@vitejs/plugin-react", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "author": "Evan You", "contributors": [