0.2.0 • Published 7 months ago

vite-plugin-banner-injection v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

vite-plugin-banner-injection

Installation

npm install vite-plugin-banner-injection -D

Usage

in vite.config.ts:

import { defineConfig } from 'vite';
import BannerInjection from 'vite-plugin-banner-injection';

export default defineConfig({
  plugins: [
    BannerInjection({
      banner: 'banner content',
      footer: 'footer contnet',
    }),
  ],
});

License

MIT

0.2.0

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago