mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-23 22:19:59 -07:00
Revert "web: target older mobile browsers"
This reverts commit a8aae16fa1.
This commit is contained in:
committed by
Cooper Quintin
parent
4a9e9c507b
commit
7daacb3b65
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user