vite-plugin-host
v1.0.2
Published
> A vite plugin to allow you to use the custom domain for development
Readme
Vite Plugin Host
A vite plugin to allow you to use the custom domain for development
Install
$ yarn add vite-plugin-hostUsage
import host from 'vite-plugin-host'
module.exports = {
plugins: [
// others
host()
]
}License
MIT
