I use webpack and webpack-dev-server to build and run the client side code in my web application.
But when I run webpack-dev-server without writeToDisk set to true then I am served an empty page: example video.
To me it seems like webpack-dev-server can build and write the files to disk but fails to serve them from memory.
I would like to run webpack-dev-server with needing to set writeToDisk so any answer which can achieve this would be awesome.
Thanks in advance for any answers.