Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

sergiodxa/now-parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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