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?
source share