Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

parcel-reporter-bundle-manifest

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parcel-reporter-bundle-manifest

https://github.com/mugi-uno/parcel-plugin-bundle-manifest, but for Parcel 2

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
558
increased by2.76%
Maintainers
1
Weekly downloads
 
Created
Source

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:

  • https://github.com/parcel-bundler/parcel#parcelrcreporters
  • https://github.com/parcel-bundler/parcel#reporters

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.

Keywords

FAQs

Package last updated on 22 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc