Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
some vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihe774 committed Dec 1, 2023
1 parent 2d7aa9a commit 90c463d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
build: { target: "esnext" },
build: {
target: "esnext",
modulePreload: false,
assetsInlineLimit: 0,
},

// Vite options tailored for Tauri development and only applied in `tauri dev` or `tauri build`
//
Expand Down

0 comments on commit 90c463d

Please sign in to comment.