You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using package.json#targets I found parcel-reporter-bundle-manifest generates the number of entries in parcel build . parcel serve generates one manifest file.
It is not occured while using package.json#source to give multiple entries to parcel.
It is In My Opinion, but it should be generated one manifest.json file.
I found
parcel-reporter-bundle-manifest
generates multiple manifest files in the project which has multiple entries.Parcel provides the way to handle one or more entries.
https://parceljs.org/features/targets/
When using
package.json#targets
I foundparcel-reporter-bundle-manifest
generates the number of entries inparcel build
.parcel serve
generates one manifest file.It is not occured while using
package.json#source
to give multiple entries to parcel.It is In My Opinion, but it should be generated one
manifest.json
file.Reproduce code↓
https://github.com/mtgto/example-multi-entry-parcel-reporter-bundle-manifest
The text was updated successfully, but these errors were encountered: