Remove wasm stuff

This commit is contained in:
Gregory Schier
2023-03-12 21:25:31 -07:00
parent 1b6c32c7ac
commit 364cdb06df
13 changed files with 33 additions and 169 deletions

View File

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