Skip to content

Commit

Permalink
test: fix svg check for vite 5 (#3252)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 21, 2023
1 parent 7a4fd15 commit 5d0a295
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/fixtures/vite-legacy/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ export default defineConfig({
UnoCSS(),
Legacy(),
],
build: {
// Don't inline SVG to test output
assetsInlineLimit: 0,
},
})

0 comments on commit 5d0a295

Please sign in to comment.