Questions tagged [webpack-serve]

About

webpack-serve is a webpack development server which leverages native WebSockets via webpack-hot-client.

The server is used for development purpose only.

License

MIT

Links

GitHub

17 questions
0
votes
1 answer

Reduce Javascript File Size or Split? Webpack 4

I am testing out my production build and I am getting this warning WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. Entrypoints: main (3.65…
chobo2
  • 83,322
  • 195
  • 530
  • 832
0
votes
1 answer

How to proxy requests to a websocket API?

I am trying to setup a dev env using webpack-serve to serve the generated frontend files (a react app), and proxy websocket requests to the path /api to a separate process. The other process listens at port 5000, webpack-serve listens at port…
Camden Narzt
  • 2,271
  • 1
  • 23
  • 42
1
2