1.0.0 • Published 3 years ago

parcel-reporter-bundle-manifest v1.0.0

Weekly downloads
47
License
MIT
Repository
github
Last release
3 years ago

parcel-reporter-bundle-manifest

This will add parcel-manifest.json to the target dir. Example:

{
  "index.html": "/index.html",
  "layout.css": "/layout.f955332a.css",
  "editor.css": "/editor.e1160f52.css",
  "editor.tsx": "/editor.9099e93e.js"
}

Installation

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

Usage

Add parcel-reporter-bundle-manifest to .parcelrc in reporters.

{
  "extends": "@parcel/config-default",
  "reporters": ["...", "parcel-reporter-bundle-manifest"]
}

More info:

Development

Releasing

  1. Bump the version in package.json
  2. Push to the main branch in GitHub
  3. Create a release for that version

Acknowledgement

This plugin behave similarly to https://github.com/mugi-uno/parcel-plugin-bundle-manifest.

License

parcel-reporter-bundle-manifest © Autify Engineers. Released under the MIT License. Authored and maintained by Autify Engineers with help from contributors.

1.0.0

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago