You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that vite, by default, by supporting only "modern JS", only supports 2020/2021+ versions of Chrome, Firefox, Safari, Edge...
While it seems that usage of other browsers are very low (check on CanIUse), older or less known browsers may be bundled (and not updated) in old devices.
To be more environment-friendly, we could try to support some more.
It seems that
vite
, by default, by supporting only "modern JS", only supports 2020/2021+ versions of Chrome, Firefox, Safari, Edge...While it seems that usage of other browsers are very low (check on CanIUse), older or less known browsers may be bundled (and not updated) in old devices.
To be more environment-friendly, we could try to support some more.
https://vitejs.dev/guide/build#browser-compatibility
The text was updated successfully, but these errors were encountered: