diff options
Diffstat (limited to 'vite.config.js')
| -rw-r--r-- | vite.config.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vite.config.js b/vite.config.js deleted file mode 100644 index 6c17dac..0000000 --- a/vite.config.js +++ /dev/null @@ -1,19 +0,0 @@ -// Consult https://vitejs.dev/config/ to learn about these options -import { resolve } from 'path'; -import Svelte from '@sveltejs/vite-plugin-svelte'; - -export default { - optimizeDeps: { - exclude: ['@roxi/routify'] - }, - plugins: [ - Svelte({ - emitCss: true - }) - ], - resolve: { - alias: { - $: resolve('src') - } - } -}; |