/parcel-reporter-node-runner

Allow to use parcel to auto run Node scripts when building them

Primary LanguageJavaScript

Allow to use parcel to run Node scripts just like it runs HTML/JS/CSS files in the browser

How to use

In .parcelrc:

{
  "reporters": ["parcel-reporter-node-runner"]
}

⚠️ For now it doesn't support HMR