Set Svelte bundleStrategy single

This commit is contained in:
Rune Harlyk
2026-01-03 01:55:18 +01:00
parent 3451b93743
commit 04aeeb5f07
+3
View File
@@ -17,6 +17,9 @@ const config = {
}),
paths: {
base: basePath
},
output: {
bundleStrategy: 'single'
}
}
}