posthtml/posthtml-include

[feat]: support `package.json` e.g via `pkg.template`

michael-ciniawsky opened this issue · 1 comments

{
    name: "component",
    version: "1.0.0",
    main: "lib/component.js", 
    style: "lib/component.css",  // postcss-import
    template: "lib/component.html", // posthtml-include <=
}
Scrum commented

@michael-ciniawsky Need more examples to understand the need for this