@astrojs/react@3.0.0-beta.1
版本发布时间: 2023-08-11 23:17:33
withastro/astro最新发布版本:astro@4.16.16(2024-11-27 22:22:39)
Major Changes
-
#7924
519a1c4e8
Thanks @matthewp! - Support for React RefreshThe React integration now fully supports React Refresh and is backed by
@vitejs/plugin-react
.Also included in this change are new
include
andexclude
config options. Use these if you want to use React alongside another JSX framework; include specifies files to be compiled for React andexclude
does the opposite.