1.2.1 • Published 1 year ago

vite-plugin-dreamland v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Dreamland Vite Plugin

Installation

npm install -d vite-plugin-dreamland

Usage

// vite.config.js
import { defineConfig } from 'vite';
import { dreamlandPlugin } from 'vite-plugin-dreamland';

export default defineConfig({
    plugins: [dreamlandPlugin()]
});

!WARNING If you wish to use dreamlandVite()

It must be imported like this: import { dreamlandVite } from 'vite-plugin-dreamland';

Over: import dreamlandVite from 'vite-plugin-dreamland';

Licensed under the MIT License.

1.2.1

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago