axios-patch
v0.2.3
Published
Better usage for axios
Downloads
120
Maintainers
Readme
axios-patch
- Apply global interceptor to axios.create() automatically.
- Replace stack trace with originally called info.
Usage
require('axios-patch').init();
or
import axiosPatch from 'axios-patch';
axiosPatch.init();