0.1.0 • Published 2 months ago

@srhazi/gooey-vite-plugin v0.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
2 months ago

Gooey Vite Plugin

A plugin for Vite that is configured for Gooey, allowing for hot module reloading.

Usage

Make your vite.config.js file look like this:

import { plugin } from '@srhazi/gooey-vite-plugin';
import { defineConfig } from 'vite';

export default defineConfig({
    // Add to your list of plugins
    plugins: [plugin()],
});
0.1.0

2 months ago