Skip to content

Treating Handlebars as HTML files #5260

Answered by mischnic
frangio asked this question in Q&A
Discussion options

You must be logged in to vote

This should work

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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@frangio
Comment options

@mischnic
Comment options

Answer selected by frangio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants