I\'m trying to use webpack-dev-server to compile files and start up a dev web server.
In my package.json I have the script property set to:
package.json
I had the same problem and I find that in addition to all those points, we also have to put the index.html together with the output bundle.js in the same folder and set the contentBase to this folder, either the root or a subfolder.