Package Exports
- @bsmth/loader-progress
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 (@bsmth/loader-progress) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
bismuth loader progress indicator
Progress indicator UI used internally by
@bsmthwebpack loaders.
Installation
yarn add --dev @bsmth/loader-progressnpm i --save-dev @bsmth/loader-progressUsage
Inside your project you can now import images like so:
import { trackJob } from "@bsmth/loader-progress";
const completeJob = trackJob({
reportName: "some/file",
text: "making progress",
});
// some time later
completeJob();License
© 2021 the project bismuth authors, licensed under MIT.