Skip to content

Commit

Permalink
test: update basic fixture config for vite 5 (#23859)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 22, 2023
1 parent 803c4fe commit 88ce9ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/fixtures/basic/nuxt.config.ts
Expand Up @@ -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: {
Expand Down

0 comments on commit 88ce9ab

Please sign in to comment.