baldore / open-browser-webpack-plugin

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

Delayed opening of the browser #12

Closed Root-Core closed 7 years ago

Root-Core commented 7 years ago

Hello,

our server needs 1-2 seconds to be ready (a node server - started via. another plugin called "reload-server-webpack-plugin") and the browser opens in a too early stage. The site does not get loaded, therefore we have to refresh tab in the browser.

An delay should fix this issue. The plugin is still helpful, but could get even more helpful with this addition.

Regards, Root-Core.