[Vuejs]-Webpack proxy not working

0👍

Did you try to use

proxyTable: {...},

instead of

proxy{}

I’m running with webpack version 3.10.0 with npm v 5.6.0 and this works fine!
May be, you will try “logLevel: ‘debug’ too, to see some hints in your terminal window.

Leave a comment