[elm-discuss] Re: Developing with Webpack 3 and hotloading

2017-06-30 Thread Simon
hot-loading is such a productivity boon! :-)

If you have any extra webpack goodness that it would make sense to add to 
my starter, feel free to submit a PR. 

On Tuesday, 27 June 2017 15:47:58 UTC+2, Tolga Paksoy wrote:
>
> Thank you so much. I've been looking into the hot loader, and wasn't quite 
> able to figure out why hot-loader kept losing state on compile errors.
>
> Apparently, this is needed (as pointed out in your webpack.js file)
>
> new webpack.NoEmitOnErrorsPlugin()
>

-- 
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Re: Developing with Webpack 3 and hotloading

2017-06-27 Thread Tolga Paksoy
Thank you so much. I've been looking into the hot loader, and wasn't quite 
able to figure out why hot-loader kept losing state on compile errors.

Apparently, this is needed (as pointed out in your webpack.js file)

new webpack.NoEmitOnErrorsPlugin()

-- 
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.