survivejs / webpack-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/webpack/
2.42k stars 319 forks source link

WebSocket connection to 'ws://[::]:8080/wps' failed #342

Closed heart-er closed 3 years ago

heart-er commented 3 years ago

When i use Webpack-Plugin-Serve and npm start image

source code: image image

bebraw commented 3 years ago

How did you solve it? 😄

leakko commented 5 months ago

I have the same problem and the same configuration...

Edit: Adding host: '127.0.0.1' to WebpackPluginServe configuration fixed the problem :)

@bebraw