PiZilla icon indicating copy to clipboard operation
PiZilla copied to clipboard

`webpack.config.babel.js` : Changed `output.publicPath` and proxyed index

Open ghost opened this issue 8 years ago • 3 comments

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

ghost avatar Dec 12 '17 05:12 ghost

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?

ghost avatar Dec 12 '17 05:12 ghost

shit.. I just merged an unwanted commit.

naveenkumarsangi avatar Dec 12 '17 14:12 naveenkumarsangi

Hey @scarecrow21 can you please clean up your commit history by force pushing and use proper identity.

This commit has two authors.

naveenkumarsangi avatar Dec 12 '17 14:12 naveenkumarsangi