now-parcel

1.0.0 • Public • Published

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

/now-parcel/

    Package Sidebar

    Install

    npm i now-parcel

    Weekly Downloads

    13

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.66 kB

    Total Files

    4

    Last publish

    Collaborators

    • sergiodxa