Small refactoring; Disabled window resizing

This commit is contained in:
2023-03-05 10:15:31 +01:00
parent f86d0e662b
commit 23beb7d12b
3 changed files with 21 additions and 19 deletions

View File

@@ -2,8 +2,5 @@ import { defineConfig } from "vite";
import { viteSingleFile } from "vite-plugin-singlefile";
export default defineConfig({
esbuild: {
keepNames: true,
},
plugins: [viteSingleFile()],
});