Skip to content

Commit 1c3b7a0

Browse files
authored
chore: additional vite 5 test compatibility (#10909)
1 parent 4ce50ee commit 1c3b7a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/kit/test/prerendering/paths-base/vite.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import { sveltekit } from '@sveltejs/kit/vite';
44
/** @type {import('vite').UserConfig} */
55
const config = {
66
build: {
7-
minify: false
7+
minify: false,
8+
// disable inlining to test asset base path
9+
assetsInlineLimit: 0
810
},
911

1012
clearScreen: false,

0 commit comments

Comments
 (0)