@scio/parcel-plugin-bundle-manifest
v1.1.0
Published
Parcel plugin for generating an bundle manifest for service workers.
Downloads
1
Readme
Parcel plugin for generating an bundle manifest containing a list of all the child bundles of the entry point. Suitable for use with service workers.
Usage
install
npm install --save-dev @scio/parcel-plugin-bundle-manifest
build
parcel build entry.js
output
Outputs manifest file to same directory as the bundle file.
- dist/parcel-manifest.json
License
MIT