Created
March 7, 2025 17:30
-
-
Save nicodevs/26083d1a830f87f8c3615391bf97a734 to your computer and use it in GitHub Desktop.
Vie Config for Jigsaw Demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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