timwis / jkan

A lightweight, backend-free open data portal, powered by Jekyll
https://jkan.io
MIT License
218 stars 310 forks source link

Check browser support #246

Closed timwis closed 1 year ago

timwis commented 1 year ago

Now that we use parcel for JavaScript bundling (see #240), our browser support will have changed (previously, we used babel with preset-env). I don't know parcel's default support, but I imagine we'll have dropped IE support.

We should check what parcel's default support is, confirm we're comfortable with it, and add documentation on how to change it, e.g. for admins who need to support IE (which is still common in government departments).