Skip to content

Instantly share code, notes, and snippets.

@josfaber
Created February 5, 2022 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josfaber/8d8ce883f902dab5b17044c8b1f6b569 to your computer and use it in GitHub Desktop.
Save josfaber/8d8ce883f902dab5b17044c8b1f6b569 to your computer and use it in GitHub Desktop.
Inject multiple css assets with htmlWebpackPlugin
<% for (var i in htmlWebpackPlugin.files.css) { %>
<link href="<%= htmlWebpackPlugin.files.css[i] %>" rel="stylesheet">
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment