now-parcel icon indicating copy to clipboard operation
now-parcel copied to clipboard

A Now v2 Parcel builder.

now-parcel

A Now v2 Parcel builder.

Usage

Add it to your now.json as:

{
  "builds": [
    { "src": "index.html", "use": "now-parcel" }
  ]
}

Configuration

You can send any Parcel bundler option adding a config key to the line in your now.json.

{
  "builds": [
    { "src": "index.html", "use": "now-parcel", "config": { "minified": false } }
  ]
}

Note: cache, watch and hmr are disabled always