parcel-plugin-child-bundles-manifest
v1.1.0
Published
Parcel plugin for generating a manifest of a bundle and its children 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 parcel-plugin-child-bundles-manifest
build
parcel build entry.js
output
Outputs manifest file to same directory as the bundle file.
- dist/parcel-manifest.json
License
MIT