mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-02-26 04:40:10 +08:00
fix(#287): correct assetsDir
This commit is contained in:
parent
17142a9ec8
commit
5c841f5e5f
@ -35,6 +35,9 @@ export default defineConfig({
|
||||
}
|
||||
})() : undefined,
|
||||
clearScreen: false,
|
||||
build: {
|
||||
assetsDir: '', // #287
|
||||
},
|
||||
})
|
||||
|
||||
function debounce<Fn extends (...args: any[]) => void>(fn: Fn, delay = 299) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user