We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298d419 commit 7d52e61Copy full SHA for 7d52e61
playground/vue/vite.config.ts
@@ -19,6 +19,7 @@ export default defineConfig({
19
build: {
20
// to make tests faster
21
minify: false,
22
+ assetsInlineLimit: 100, // keep SVG as assets URL
23
rollupOptions: {
24
output: {
25
// Test splitVendorChunkPlugin composition
0 commit comments