Package Exports
- pj-global-loader
- pj-global-loader/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pj-global-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
pj-global-loader
Here is the one-stop solution to add a global loader into your project to seamlessly run your project with all Axios requests.
Installation
Install pj-global-loader with npm
npm install pj-global-loaderScreenshots
- Here is the example how to use pj-global-loader into your project.

Usage/Examples
import Loader from 'pj-global-loader';
import axios from 'axios';
function App() {
return <Loader axios={axios} />
}
export default App;Authors
- Prince Javiya