Re: [elm-discuss] How are you handling images references in Elm with Webpack?

2016-11-14 Thread Noah Hall
We solved this recently! You can checkout the loader here -> https://github.com/NoRedInk/elm-assets-loader The code lives in index.js. It's currently not fully released yet, but some docs live here -> https://github.com/NoRedInk/elm-assets-loader/blob/master/index.js#L3 On Mon, Nov 14, 2016 at

[elm-discuss] How are you handling images references in Elm with Webpack?

2016-11-13 Thread Birowsky
I'm trying to make Elm work with images through Webpack. Here's my first struggle: http://stackoverflow.com/q/40580968/592641 How do you configure Webpack to rename the images references in the compiled elm js with the appropriate hashes? Just.. how do you work with images and webpack? :}