Skip to content

Commit f3b1e5f

Browse files
author
geekact
committed
chore: bump verson v3.0.0
1 parent 4d0e9e6 commit f3b1e5f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [3.0.0](https://github.com/geekact/vite-react/compare/v2.4.2...v3.0.0)  (2023-12-17)
2+
3+
- 最小vite版本为5.0
4+
- 生成的证书是浏览器信任的
5+
16
## [2.4.2](https://github.com/geekact/vite-react/compare/v2.4.1...v2.4.2)  (2023-03-02)
27

38
- aliasFromTsconfig 启用时监听tsconfig.json文件

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
# 安装
1111

1212
```bash
13-
# npm
14-
npm install vite vite-react --save-dev
15-
# yarn
16-
yarn add vite vite-react --dev
17-
# pnpm
1813
pnpm add vite vite-react -D
1914
```
2015

@@ -63,6 +58,7 @@ export default defineConfig({
6358
server: {
6459
+ watchExtend: {},
6560
+ qrcode: boolean | {}
61+
+ https: true,
6662
},
6763
resolve: {
6864
+ aliasFromTsconfig: boolean | {}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-react",
3-
"version": "2.4.2",
3+
"version": "3.0.0",
44
"main": "dist/index.cjs",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)