fix(#287): correct assetsDir

This commit is contained in:
草鞋没号 2022-10-28 10:00:23 +08:00
parent 17142a9ec8
commit 5c841f5e5f

View File

@ -35,6 +35,9 @@ export default defineConfig({
}
})() : undefined,
clearScreen: false,
build: {
assetsDir: '', // #287
},
})
function debounce<Fn extends (...args: any[]) => void>(fn: Fn, delay = 299) {