dojo / webpack-contrib

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

Filter out only link tags with rel attributes that cause browser activity #307

Closed tomdye closed 4 years ago

tomdye commented 4 years ago

Type: feature

The following has been addressed in the PR:

Description:

Filters out links with rel attributes which cause browser activity, ie. fetches etc.

Resolves #305

tomdye commented 4 years ago

Comment addressed @agubler , thank you for that