mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 06:11:45 +00:00
9a01a51d56
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