Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 775 Bytes

File metadata and controls

30 lines (23 loc) · 775 Bytes

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.