0.0.2 • Published 3 years ago

parcel-reporter-asar v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

parcel-reporter-asar

Parcel asar packager

Useful if you need to package all of the dist folder into an asar file.

Usage:

.parcelrc

{
  "extends": "@parcel/config-default",
  "reporters": [
    "parcel-reporter-asar",
    // all of these are the native reporters
    "@parcel/reporter-cli",
    "@parcel/reporter-dev-server",
    "@parcel/reporter-bundle-analyzer",
    "@parcel/reporter-bundle-buddy"
  ]
}