`webpack.config.babel.js` : Changed `output.publicPath` and proxyed index
Requests from localhost:8080/bundle.js are routed to
localhost:8080/dev-server/bundle.js and requests from localhost:8080/
are proxyed to localhost:8000/. That is setting the output.publicPath
attribute to use /dev-server and then use a devServer.proxy attribute
to contain '/': 'http://localhost:8000/' as key value pair.
solves: https://github.com/NITDgpOS/PiZilla/issues/41
I made a new commit according to the guidelines. I did git commit --amend. For some reason, commits by another person were also included in my commit. (a few screenshots). Why did it happen?
shit.. I just merged an unwanted commit.
Hey @scarecrow21 can you please clean up your commit history by force pushing and use proper identity.
This commit has two authors.