Fix header editor and scroll in general

This commit is contained in:
Gregory Schier
2023-03-13 19:37:36 -07:00
parent e2fa188ca3
commit d7ff52038d
13 changed files with 47 additions and 46 deletions

View File

@@ -4,7 +4,7 @@ import topLevelAwait from 'vite-plugin-top-level-await';
// https://vitejs.dev/config/
const config = defineConfig({
plugins: [react(), topLevelAwait()],
plugins: [react({}), topLevelAwait()],
// Vite options tailored for Tauri development and only applied in `tauri dev` or `tauri build`
// prevent vite from obscuring rust errors