elm-community/elm-webpack-starter

Hot reloading on save does not work for imported components

madnight opened this issue · 2 comments

It seems like hot auto reloading on save does not work for imported components.
So in this case it does not work for Hello.elm, but Main.elm hot reloading on save works fine.

kldeb commented

@madnight If you search through the issues this was supposed to be fixed a while ago. I had the same problem.

I added the following line to the top of Main.elm:

module Main exposing (..)

That fixed my problem.

rtfeldman/node-elm-compiler#36 (comment)

Updated in 0.8.4