0.0.4 • Published 2 years ago

vite-plugin-jsdelivr v0.0.4

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

vite-plugin-jsdelivr

A Vite plugin to use jsDelivr as CDN.

INSTALL

ni -D vite-plugin-jsdelivr # @antfu/ni

USAGE

// vite.config.ts

import JsDelivr from 'vite-plugin-jsdelivr'

export default defineConfig({
    plugins: [
        JsDelivr(),
    ],
})

OPTIONS

See types (Welcome PR for auto complete)

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago