mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-03 18:48:38 +02:00
8 lines
236 B
JavaScript
8 lines
236 B
JavaScript
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
|
|
|
export default {
|
|
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
|
|
// for more information about preprocessors
|
|
preprocess: vitePreprocess(),
|
|
};
|