1.1.0 • Published 6 years ago

@scio/parcel-plugin-bundle-manifest v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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