mirror of
https://github.com/timeshiftsauce/CeruMusic.git
synced 2025-11-25 03:15:07 +08:00
add(home) fix(list):ui
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { resolve } from 'path'
|
||||
import { defineConfig, externalizeDepsPlugin } from 'electron-vite'
|
||||
import { defineConfig, externalizeDepsPlugin, bytecodePlugin } from 'electron-vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
import AutoImport from 'unplugin-auto-import/vite'
|
||||
import Components from 'unplugin-vue-components/vite'
|
||||
@@ -10,14 +10,16 @@ export default defineConfig({
|
||||
plugins: [
|
||||
externalizeDepsPlugin({
|
||||
exclude: ['@electron-toolkit/utils']
|
||||
})
|
||||
}),
|
||||
bytecodePlugin()
|
||||
]
|
||||
},
|
||||
preload: {
|
||||
plugins: [
|
||||
externalizeDepsPlugin({
|
||||
exclude: ['@electron-toolkit/preload']
|
||||
})
|
||||
}),
|
||||
bytecodePlugin()
|
||||
]
|
||||
},
|
||||
renderer: {
|
||||
|
||||
Reference in New Issue
Block a user