vaadin / vaadin-connect

A Vaadin Labs experiment with a secure stateless communication framework
https://vaadin.com/labs/vaadin-connect
Apache License 2.0
18 stars 5 forks source link

proxy to webpack-dev-server in the dev mode #229

Open vlukashov opened 5 years ago

vlukashov commented 5 years ago

Make the backend server the final endpoint, so as java has a proxy to request all the static stuff to the webpack-server.

This option allows to run unit tests in the browser without additional effort.

Live Reloading would be implemented in the Frontend Server, not possible to rely on Webpack. Though Webpack would work nicely in that setup as well.

related to #185

vlukashov commented 5 years ago

This option would be the way to go when there is a need to implement use cases like development and debug in IE11, or optimize the DX of the dev mode.