Skip to content

Commit 5c841f5

Browse files
committed
fix(#287): correct assetsDir
1 parent 17142a9 commit 5c841f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ export default defineConfig({
3535
}
3636
})() : undefined,
3737
clearScreen: false,
38+
build: {
39+
assetsDir: '', // #287
40+
},
3841
})
3942

4043
function debounce<Fn extends (...args: any[]) => void>(fn: Fn, delay = 299) {

0 commit comments

Comments
 (0)