Thank you so much. I've been looking into the hot loader, and wasn't quite
able to figure out why hot-loader kept losing state on compile errors.
Apparently, this is needed (as pointed out in your webpack.js file)
new webpack.NoEmitOnErrorsPlugin()
--
You received this message because you are
One thing I struggle with is setting up a project structure where I can be
the most productive when using Elm. Things like editors, tooling,
hot-reloading, not having to keeping my backend models in sync with my Elm
models, etc. I feel like I'm not as productive as I can be when I'm writing
Elm
Lately I've been really craving/looking into hot reloading in Elm. I know
things like `elm-hot-loader` exist, but it is not as refined as, say,
something like Figwheel.
So I've been looking into elm-reactor and I noticed there is a websocket
endpoint called "/_changes". As far as I can tell, it
I would be very interested in this. Often I look at Elm Slack, and read up
on Elm as I'm on the move, but package.elm-lang.org is not really mobile
friendly. Any effort towards this would bring happiness to me.
--
You received this message because you are subscribed to the Google Groups "Elm
D