parcel-reporter-event-handler
v0.1.10
Published
Parcel plugin for watch and rebuild when Parcel buiding throw fatal errors or freezes.
Downloads
29
Readme
parcer-reporter-event-handler
Parcel plugin for watch and rebuild when Parcel buiding throw fatal errors or freezes.
Created for vanilla HTML/CSS bundles. You can see usage example in this template.
Important! Don`t forget hit the star https://github.com/jsqrt/parcer-reporter-event-handler
Usage
Your sources must be in src
directory.
Parcel config must be in .parcelrc
file.
Declare plugin in your .parcelrc
:
"reporters": [
"parcel-reporter-event-handler",
"..."
]