unplugin-ezno
v0.0.23
Published
Ezno as a plugin
Downloads
68
Maintainers
Readme
JS based plugin / unplugin-ezno
A plugin to use Ezno in systems like Vite and webpack. See the unplugin repo for details
For example in Vite, vite.config.js
should look like:
import Ezno from 'unplugin-ezno'
export default {
plugins: [
Ezno.vite(),
]
}
Note .vite()
to specify using in the Vite build system.