1.0.2 • Published 2 years ago

vite-cname-plugin v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

vite-cname-plugin

A simple plugin to generate a CNAME file

Installation

yarn add vite-cname-plugin

or

npm install vite-cname-plugin

Define this plugin

import viteCNAMEPlugin from 'vite-cname-plugin'

{
    plugins: [
        viteCNAMEPlugin({
            domain: 'your.domain'
        })
    ]
}

About me

My name is Sang, just a lazy web developer in Vietnam. I hope custom hooks I created will useful with you.

License

MIT. See LICENSE for more details