Parcel plugin for using html partials.
npm install parcel-plugin-html-partialsA plugin for the Parcel bundler that enables you to use html partials
``bash`
npm install --save-dev parcel-plugin-html-partials
You can use html partials in your regular html files by using the following syntax:
@partial("someHtmlPartial.html")`
The path should be relative to the file at hand. Check out the example project.