brunch / auto-reload-brunch

Adds automatic browser reloading support to brunch.
88 stars 30 forks source link

HMR support #70

Closed goshacmd closed 8 years ago

goshacmd commented 8 years ago

This too can be merged @paulmillr

Just removes the temporary config.plugins.autoReload.liveJs in favor of config.hot, and does not try to reset the commonjs cache, since hmr runtime will be handling that.