I\'ve set up a basic react application with webpack but I couldn\'t get the webpack-dev-server running properly.
webpack-dev-server
I\'ve installed webpack-dev-server>
webpack-dev-server>
By the way, started from Webpack v4 it is possible to write in-memory assets to disk:
devServer: { contentBase: "./", port: 8080, writeToDisk: true }
See doc.