'parcel build static/index.html × Build failed. Error: No transformers found for index.x-handlebars-template

I am trying to build an application with handlebars templating and express server. index.html file has all the handlebar templating within script tags with mentioned type="text/x-handlebars-template"

When I run "parcel build static/index.html", build is failing with following error message. "Build failed. Error: No transformers found for index.x-handlebars-template."



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source