dojo / webpack-contrib

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

Only add existing script and link tags when transferring the document head #288

Closed agubler closed 4 years ago

agubler commented 4 years ago

Type: bug

The following has been addressed in the PR:

Description:

Only add script and link tags from the output index.html, instead of copying over the entire document head after build time rendering.

Resolves #287