Revert "web: target older mobile browsers"

This reverts commit a8aae16fa1.
This commit is contained in:
Cooper Quintin
2026-04-22 16:55:12 -07:00
committed by Cooper Quintin
parent 4a9e9c507b
commit 7daacb3b65

View File

@@ -28,10 +28,6 @@ export default defineConfig({
},
plugins: [sveltekit()],
build: {
// Keep the generated bundle compatible with older mobile browsers.
// The default Vite target follows a modern baseline that can be too new
// for older iOS Safari releases reported in issue #903.
target: ['es2018', 'safari12'],
// Force everything into one HTML file. SvelteKit will still generate
// a lot of JS files but they are deadweight and will not be included
// in the rust binary.