Skip to content

Commit 7d52e61

Browse files
authored
test: update config to support vite 5 (#274)
1 parent 298d419 commit 7d52e61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/vue/vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default defineConfig({
1919
build: {
2020
// to make tests faster
2121
minify: false,
22+
assetsInlineLimit: 100, // keep SVG as assets URL
2223
rollupOptions: {
2324
output: {
2425
// Test splitVendorChunkPlugin composition

0 commit comments

Comments
 (0)