@kicker-matchday/parcel-reporter-bundle-manifest

1.0.0-alpha.4 • Public • Published

Parcel Bundle Manifest Reporter

Parcel plugin for generating an bundle manifest.

This is a Parcel 2 rewrite of https://github.com/mugi-uno/parcel-plugin-bundle-manifest

Usage

install

yarn add @kicker-matchday/parcel-reporter-bundle-manifest -D

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

Readme

Keywords

none

Package Sidebar

Install

npm i @kicker-matchday/parcel-reporter-bundle-manifest

Weekly Downloads

93

Version

1.0.0-alpha.4

License

MIT

Unpacked Size

5.52 kB

Total Files

5

Last publish

Collaborators

  • antpaw
  • jasperdm