erlanglab / erlangpl-ui

DEPRECATED: UI for Erlang Performance Lab
http://www.erlang.pl/
Apache License 2.0
18 stars 2 forks source link

Update elm-webpack-loader to watch files in nested directories #3

Closed baransu closed 7 years ago

baransu commented 7 years ago

Right now elm-webpack-loader is looking for changes in src/elm folder and any nested file is omitted in watch mode. This makes Elm development not very smooth, and since we want to write more code in Elm we have to resolve this issue.

Recent PR https://github.com/elm-community/elm-webpack-loader/pull/104 should resolve this issue. Will update dependency once new version will be published.

baransu commented 7 years ago

elm-webpack-loader 4.3.0 is out with forceWatch!!! We can add this to our config to fix Elm developing experience.