Webpack-dev-server not bundling even after showing bundle valid message
问题 I've set up a basic react application with webpack but I couldn't get the webpack-dev-server running properly. I've installed webpack-dev-server globally and tried running the command sudo webpack-dev-server --hot as hot reloading was required. The project seems to be working fine with just webpack cmd. It builds into my build folder and I can get it working via some server but it wont work with webpack-dev-server . From terminal its clear that the build process has completed with no error