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 2:23 AM, Birowsky <[email protected]> wrote: > 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? :} > > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
