I use webpack 3. I made a component starter for webpack and then included it in an app starter. App starter included below and it uses elm-github-install b/c I need to include shared code from private repos. You might just want the webpack config.
Advantages: webpack can be a nightmare, but this is a pretty simple setup. hot reloading for development. Disadvantages: webpack can be a pain to config. We have multiple Elm apps in production. I've been really happy with this setup. https://github.com/tommymessbauer/elm-app On Tuesday, October 31, 2017 at 9:18:02 AM UTC-5, Rupert Smith wrote: > > I've been using grunt up until now. Looking into webpack at the moment as > a few github projects I've been looking at use it. > > Anyone got any thoughts on the advantages/disadvantages of the various > possibility wrt Elm? > -- 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.
