Skip to content

Commit b38c42e

Browse files
docs(start): add missing dev dep to build-from-scratch guide (#4758)
1 parent 6a89d3c commit b38c42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/react/build-from-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ npm i react react-dom
6464
and some TypeScript:
6565

6666
```shell
67-
npm i -D typescript @types/react @types/react-dom vite-tsconfig-paths
67+
npm i -D typescript @types/react @types/react-dom vite-tsconfig-paths @vitejs/plugin-react
6868
```
6969

7070
## Update Configuration Files

0 commit comments

Comments
 (0)