JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q36687F
  • License MIT

Ezno as a plugin

Package Exports

  • unplugin-ezno

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.