File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change
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
+
1
6
## [ 2.4.2] ( https://github.com/geekact/vite-react/compare/v2.4.1...v2.4.2 )   ;  ; (2023-03-02)
2
7
3
8
- aliasFromTsconfig 启用时监听tsconfig.json文件
Original file line number Diff line number Diff line change 10
10
# 安装
11
11
12
12
``` bash
13
- # npm
14
- npm install vite vite-react --save-dev
15
- # yarn
16
- yarn add vite vite-react --dev
17
- # pnpm
18
13
pnpm add vite vite-react -D
19
14
```
20
15
@@ -63,6 +58,7 @@ export default defineConfig({
63
58
server: {
64
59
+ watchExtend: {},
65
60
+ qrcode: boolean | {}
61
+ + https: true,
66
62
},
67
63
resolve: {
68
64
+ aliasFromTsconfig: boolean | {}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-react" ,
3
- "version" : " 2.4.2 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"main" : " dist/index.cjs" ,
5
5
"module" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments