Plug webpack-dev-server and hot-load React with Tomcat

I am developing inside an ecosystem that uses a Tomcat server that serves all the files of both java and javascript, but I run javascript first through WebPack.

Is there a way that I can use webpack-dev-server and hot-loader for reaction files / css / javascript with Tomcat server running on localhost: 8080?

+6
source share

Source: https://habr.com/ru/post/988387/


All Articles