main #1

Merged
davidangel merged 312 commits from vikunja/frontend:main into main 2023-01-26 04:07:52 +00:00
1 changed files with 5 additions and 2 deletions
Showing only changes of commit 09d13520b0 - Show all commits

View File

@ -1,5 +1,5 @@
/// <reference types="vitest" />
import {defineConfig} from 'vite'
import {defineConfig, type PluginOption} from 'vite'
import vue from '@vitejs/plugin-vue'
import legacyFn from '@vitejs/plugin-legacy'
import { URL, fileURLToPath } from 'node:url'
@ -146,7 +146,10 @@ export default defineConfig({
plugins: [
visualizer({
filename: 'stats.html',
}),
gzipSize: true,
// template: 'sunburst',
// brotliSize: true,
}) as PluginOption,
],
},
},