Has anyone experimented with Elm and https://parceljs.org/?
Looks like plugins can be written: https://parceljs.org/plugins.html
I tried it myself by just using elm-make to build JS files, and then use Parcel to preview. It was neat and super fast, but the hot loading didn’t work. After each save a new instance of the Elm app would be added to the page alongside the old Elm app, instead of replacing it.