This commit is contained in:
Felix Roos 2025-01-26 15:50:44 +01:00
parent 5d98fd2ab3
commit 5a188f7461
No known key found for this signature in database
5 changed files with 0 additions and 33 deletions

View file

@ -1,7 +1,5 @@
import { defineConfig } from 'vite';
import { dependencies } from './package.json';
import { resolve } from 'path';
// import { visualizer } from 'rollup-plugin-visualizer';
import replace from '@rollup/plugin-replace';
// https://vitejs.dev/config/