elm-community/elm-webpack-loader

No recompiling when changing "exposing" list

Augustin82 opened this issue · 0 comments

When one removes an element from the "exposing" list of a module, it does not trigger a compilation of the modules that used the removed element. This leads to a false positive where you think your code compiles, but it actually doesn't if you do it from scratch.