Restructure repo

This commit is contained in:
Micha Albert 2024-08-02 15:26:59 +00:00
parent 65ddf2c73d
commit ccdddb005d
21 changed files with 0 additions and 36 deletions

View file

@ -1,18 +0,0 @@
import { defineConfig } from 'vite';
import { svelte } from '@sveltejs/vite-plugin-svelte';
import { viteSingleFile } from 'vite-plugin-singlefile';
export default defineConfig(({ command }) => ({
plugins: [
svelte({
/* plugin options */
}),
command === 'build' &&
viteSingleFile({
removeViteModuleLoader: true
})
],
build: {
minify: true
}
}));