baldore / open-browser-webpack-plugin

Opens a new browser tab when Webpack loads.
119 stars 27 forks source link

Fix webpack-dev-server hanging on recompile #19

Closed vkalinichev closed 7 years ago

vkalinichev commented 7 years ago

Fix issue #18 when webpack@2 hangs on "webpack: Compiling..."

Watcher should always run done callback for correct further work

baldore commented 7 years ago

Thanks for fix this!