We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570e0ae commit a7677e2Copy full SHA for a7677e2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [2.4.1](https://github.com/geekact/vite-react/compare/v2.4.0...v2.4.1) (2023-01-06)
2
+
3
+- react-swc 支持传递更多选项
4
+- 修复 html 未配置时插件不启用的问题
5
+- 更新打包文件名
6
7
## [2.4.0](https://github.com/geekact/vite-react/compare/v2.3.0...v2.4.0) (2023-01-04)
8
9
- 在终端生成链接二维码
package.json
@@ -1,6 +1,6 @@
{
"name": "vite-react",
- "version": "2.4.0",
+ "version": "2.4.1",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments