@@ -130,11 +130,11 @@ A complete implementation should provide the same safety contract developers exp
|
||||
|
||||
### 1. Add an Effect View refresh transform
|
||||
|
||||
Ship a Vite plugin, for example `@effect-view/vite`, placed before `react()`:
|
||||
Ship a Vite plugin, `@effect-view/vite-plugin`, placed before `react()`:
|
||||
|
||||
```ts
|
||||
plugins: [
|
||||
effectViewRefresh(),
|
||||
effectViewPlugin(),
|
||||
react(),
|
||||
]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user