parcel-transformer-handlebars

1.0.0 • Public • Published

Parcel Transformer plugin for Handlebars

Installation

npm i -D parcel-transformer-handlebars

Configuration

Parcel configuration

{
  "extends": [
    "@parcel/config-default"
  ],
  "transformers": {
    "*.hbs": [
      "parcel-transformer-handlebars"
    ]
  }
}

Customization

Customization is possible by using a .hbsrc, .hbsrc.js or hbs.config.js file.

For example, you can set local variables using .hbsrc.

{
    "firstname": "Paulo",
    "lastname": "Alves"
}

For more information, see HBS guide

/parcel-transformer-handlebars/

    Package Sidebar

    Install

    npm i parcel-transformer-handlebars

    Weekly Downloads

    12

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.14 kB

    Total Files

    3

    Last publish

    Collaborators

    • impauloalves