0.2.0 • Published 6 years ago

parcel-plugin-bundle-manifest v0.2.0

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

Parcel plugin for generating an bundle manifest.

npm.io

Usage

install

npm install --save-dev parcel-plugin-bundle-manifest

build

parcel build entry.js

Output

Output a parcel-manifest.json file to the same directory as the bundle file.

  • dist/entry.html
  • dist/{hash}.js
  • dist/{hash}.css
  • dist/parcel-manifest.json

The Manifest will look like this :

{
  "index.html": "/dist/index.html",
  "index.js": "/dist/5f0796534fe2892712053b3a035f585b.js",
  "main.scss": "/dist/5f0796534fe2892712053b3a035f585b.css"
}

License

MIT

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago