mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 03:41:11 +01:00
Remove wasm stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user