elm-community / elm-webpack-starter

Boilerplate for developing Elm apps on Webpack

Home Page:http://elm-community.org/elm-webpack-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hot reloading on save does not work for imported components

madnight opened this issue · 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.

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