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

@ -46,7 +46,6 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^6.0.2",
"rollup-plugin-visualizer": "^5.14.0",
"vite": "^6.0.11"
}
}

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/