The problem is that I want to change the baseUrl according to the environment variable. Currently I have webpack.dev.js and webpack.prod.js How can I solve this?
Example :
dev :
I want to call api url by http://abc:9090
prd :
I want to call api url by http://gef:1234