Build step for the theme file
This commit is contained in:
parent
4e1faff7e3
commit
e49ce63db9
3 changed files with 13 additions and 88 deletions
|
@ -1,7 +1,11 @@
|
|||
import { defineConfig } from "vite";
|
||||
import { svelte } from "@sveltejs/vite-plugin-svelte";
|
||||
import { themePlugin } from "./theming";
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [svelte()],
|
||||
plugins: [
|
||||
themePlugin(),
|
||||
svelte(),
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue