0.0.22 • Published 10 months ago
unplugin-ezno v0.0.22
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.