Files
vue-cli/packages/@vue
Wade Tandy e8aa68864c fix: fix usage with https proxy by switching from axios to request (#829)
Closes #785

Axios has a [known issue](https://github.com/axios/axios/issues/658)
that causes requests to hang when accessing an HTTPS resource via a
proxy served over HTTP.  This changes out the axios dependency for the
[request](https://github.com/request/request) library. In order to keep
`async/await` conventions easy, I also dropped in the
[request-promise-native](https://github.com/request/request-promise-native)
dependency.
2018-02-12 16:41:23 -05:00
..
2018-02-09 13:24:44 -05:00
2018-02-09 13:24:44 -05:00
2018-02-09 13:24:44 -05:00
2018-02-12 10:30:15 -05:00
2018-02-09 13:24:44 -05:00
2018-02-09 13:24:44 -05:00
2018-02-09 13:24:44 -05:00
2018-02-09 13:24:44 -05:00
2018-02-09 13:24:44 -05:00
2018-02-09 13:24:44 -05:00
2018-02-09 13:24:44 -05:00
2018-02-09 13:24:44 -05:00
2018-02-09 13:24:44 -05:00