Skip to content

Commit c419a75

Browse files
committed
Sveltekit bundling single
1 parent ef60c6f commit c419a75

File tree

5 files changed

+13643
-15517
lines changed

5 files changed

+13643
-15517
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ ssl_certs/cacert.pem
2020
.aid
2121
/scripts/__pycache__
2222
.DS_Store
23+
*.bak

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313
### Changed
1414

1515
- Changed the width of the confirm dialog.
16+
- SvelteKit bundling as single files to reduce heap consumption.
1617

1718
## [0.6.0] - 2025-11-03
1819

interface/svelte.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ const config = {
1717
}),
1818
alias: {
1919
$src: './src'
20-
}
21-
//prerender: { default: true },
20+
},
21+
output: {
22+
bundleStrategy: 'single'
23+
}
2224
}
2325
};
2426

0 commit comments

Comments
 (0)