baldore / open-browser-webpack-plugin

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

Browser tab is opened but app is not loaded #1

Closed tomastrajan closed 8 years ago

tomastrajan commented 8 years ago

I am using open-browser-webpack-plugin but when the tab is opened the content is not loaded. I don't see any errors in browser console, no error in command line during webpack build...

Works perfectly when I open browser manually without plugin.

bug

My configuration

plugins: [
    new OpenBrowserPlugin({ url: 'http://localhost:8081/webpack-dev-server/index.html' })
]
baldore commented 8 years ago

Can you share a configuration where I can check the error? I cannot reproduce it.

tomastrajan commented 8 years ago

Hmm I am now using it in different project and it works fine, I will try it in the previous one again to try to reproduce it again.

baldore commented 8 years ago

Closing due inactivity.