UNPKG
rxjs-hooks
Version:
latest (0.8.0-alpha.0)
0.8.0-alpha.0
0.7.0
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.1
React hooks for RxJS
github.com/LeetCode-OpenSource/rxjs-hooks
LeetCode-OpenSource/rxjs-hooks
rxjs-hooks
/
vite.config.ts
7 lines
(5 loc)
•
133 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{ defineConfig }
from
'vite'
import
react
from
'@vitejs/plugin-react'
export
default
defineConfig
({
plugins
: [
react
()], })