I did a simple and static web-app following Material-Design-Components Get started guide, but deployment is not covered there. The project works locally and in Goggle Cloud Shell without any issue and now I want to deploy and publish the web.
What should I do with webpack-dev-server
if I want to deploy correctly? Uninstall it? Or replace it with another dependency? Could someone point me in the right direction?
As suggested in the guide above, I am using webpack3 and webpack-dev-server2.
Thanks