test: update basic fixture config for vite 5 (#23859)

This commit is contained in:
Bjorn Lu 2023-10-22 16:08:43 +08:00 committed by GitHub
parent 803c4fe147
commit 88ce9abbdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -123,7 +123,10 @@ export default defineNuxtConfig({
undefined
],
vite: {
logLevel: 'silent'
logLevel: 'silent',
build: {
assetsInlineLimit: 100 // keep SVG as assets URL
}
},
telemetry: false, // for testing telemetry types - it is auto-disabled in tests
hooks: {