dojo / webpack-contrib

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

BTR should be more selective about which `link` tags to ignore from head #305

Closed tomdye closed 4 years ago

tomdye commented 4 years ago

Bug

I am currently unable to add a <link> element to the <head> contents. This is because the btr process currently strips out all <link> tags that are not present in the initial HTML. We should instead consider allowing <link> tags with rel attributes set to those which do not kick off browser fetches etc. The rel attributes to filter out are