- Notifications
You must be signed in to change notification settings - Fork0
The official Voby plugin for Vite.
License
NotificationsYou must be signed in to change notification settings
vobyjs/voby-vite
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The official Voby plugin forVite.
npm install --save voby-vite
import{defineConfig}from'vite';importvobyfrom'voby-vite';constconfig=defineConfig({plugins:[voby({hmr:{// HMR-related optionsenabled:(process.env.NODE_ENV!=='production'),// Whether HMR is enabled or notfilter:/\.(jsx|tsx)$/// Regex matching the files containing components to enable HMR for}})]});exportdefaultconfig;
MIT © Fabio Spampinato
About
The official Voby plugin for Vite.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.