Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 226 Bytes

File metadata and controls

13 lines (9 loc) · 226 Bytes

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