vite-plugin-dreamland
v1.2.1
Published
A simple Vite plugin for dreamland.js
Maintainers
Readme
Dreamland Vite Plugin
- A simple plugin for Vite with usage of Dreamland.js
- Used in Create Dreamland App
Installation
npm install -d vite-plugin-dreamlandUsage
// 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.
