dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

BTR should extract `head` tag contents #278

Closed tomdye closed 4 years ago

tomdye commented 4 years ago

Enhancement

BTR should extract the contents of any head tag usage and place the contents in the resulting html files. This will allow for static built sites to have differing meta tags etc for each page rendered.

Linked to framework issue: https://github.com/dojo/framework/issues/804