baldore / open-browser-webpack-plugin

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

when use webpack-dev-middleware , open-browser-webpack-plugin doesn't work #9

Closed minooo closed 7 years ago

minooo commented 8 years ago

I ues webpack-dev-middleware and webpack-hot-middleware instead of webpack-dev-server,then open-browser-webpack-plugin doesn't work. so, I need help.

and it always image

but, if I remove new OpenBrowserPlugin() and npm start again, It works well....

@baldore