aboutsummaryrefslogtreecommitdiff
path: root/vite.config.js
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2021-04-15 23:18:09 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2021-04-15 23:18:09 +0200
commitf088a6594c15951b85a56129944afa51a62dc765 (patch)
treee49f3f8d60d4f78c3e7591d34ff8b15ae673351c /vite.config.js
parent58f7d52150456713d3132408668a92d0f6f3d084 (diff)
Update the config
Diffstat (limited to 'vite.config.js')
-rw-r--r--vite.config.js19
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')
- }
- }
-};