elm-webpack-loader
elm-webpack-loader copied to clipboard
No recompiling when changing "exposing" list
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.