Skip to content

Commit

Permalink
chore: additional vite 5 test compatibility (#10909)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Oct 23, 2023
1 parent 4ce50ee commit 1c3b7a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/kit/test/prerendering/paths-base/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import { sveltekit } from '@sveltejs/kit/vite';
/** @type {import('vite').UserConfig} */
const config = {
build: {
minify: false
minify: false,
// disable inlining to test asset base path
assetsInlineLimit: 0
},

clearScreen: false,
Expand Down

0 comments on commit 1c3b7a0

Please sign in to comment.