elm-webpack-loader icon indicating copy to clipboard operation
elm-webpack-loader copied to clipboard

No recompiling when changing "exposing" list

Open Augustin82 opened this issue 7 years ago • 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.

Augustin82 avatar Sep 21 '18 09:09 Augustin82