sveltejs / template-webpack

Template for building basic Svelte applications with webpack
300 stars 118 forks source link

Remove 2nd instance of HotModuleReplacementPlugin #2

Closed kaisermann closed 6 years ago

kaisermann commented 6 years ago

webpack-serve uses webpack-hot-client which already includes the HotModuleReplacementPlugin.

This fixes the stack overflow with webpackHotUpdateCallback.

Rich-Harris commented 6 years ago

thanks!