Files
TREK/client
jubnl 9a01a51d56 fix(build): re-enable modulePreload polyfill for Safari < 17 compatibility
Disabling the polyfill broke chunk loading order on iOS 15 (Safari 15),
which does not support native modulepreload. The trip planner page —
the heaviest chunk graph in the app — went blank after the splash screen
because react-leaflet/react-leaflet-cluster chunks resolved out of order.
Other simpler pages were unaffected. The polyfill adds ~500 bytes and
self-disables in browsers with native support.

Fixes #1028
2026-05-22 16:25:39 +02:00
..