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"
}npm install --save-dev parcel-reporter-bundle-manifestAdd parcel-reporter-bundle-manifest to .parcelrc in reporters.
{
"extends": "@parcel/config-default",
"reporters": ["...", "parcel-reporter-bundle-manifest"]
}- https://github.com/parcel-bundler/parcel#parcelrcreporters
- https://github.com/parcel-bundler/parcel#reporters
- Bump the version in
package.json - Push to the
mainbranch in GitHub - Create a release for that version
This plugin behave similarly to https://github.com/mugi-uno/parcel-plugin-bundle-manifest.
parcel-reporter-bundle-manifest © Autify Engineers. Released under the MIT License.
Authored and maintained by Autify Engineers with help from contributors.