mirror of
https://github.com/jcreek/Tech-Radar-Editor.git
synced 2026-07-12 18:43:46 +00:00
9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
|
|
|
|
export default {
|
|
compilerOptions: {
|
|
customElement: true,
|
|
},
|
|
preprocess: vitePreprocess(),
|
|
};
|