0.0.1 • Published 3 years ago
vite-plugin-hot-client v0.0.1
vite-plugin-hot-client
Get Vite's
import.meta.hotat runtime.
Install
npm i vite-plugin-hot-clientUsage
import { hot } from 'vite-plugin-hot-client'
// import.meta.hot
if (hot) {
hot.on('update', () => {
// ...
})
}import { createHotContext } from 'vite-plugin-hot-client
'
const hot = createHotContext('/path/to/module')
if (hot) {
// ...
}License
0.0.1
3 years ago