Skip to content

Instantly share code, notes, and snippets.

@nicodevs
Created March 7, 2025 17:30
Show Gist options
  • Save nicodevs/26083d1a830f87f8c3615391bf97a734 to your computer and use it in GitHub Desktop.
Save nicodevs/26083d1a830f87f8c3615391bf97a734 to your computer and use it in GitHub Desktop.
Vie Config for Jigsaw Demo
import { defineConfig } from 'vite';
import jigsaw from '@tighten/jigsaw-vite-plugin';
export default defineConfig({
plugins: [
jigsaw({
input: ['source/_assets/js/main.js', 'source/_assets/css/main.css'],
refresh: true,
}),
],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment