timwis / jkan

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

Simplify JS compliation #219

Closed timwis closed 1 year ago

timwis commented 1 year ago

Our JS is simple enough that we don't need a fancy webpack configuration. We should switch to something easier to maintain and use. Whether that's the latest webpack with the default configuration, or something like parcel, esbuild, etc.