Created
          February 5, 2022 17:11 
        
      - 
      
- 
        Save josfaber/8d8ce883f902dab5b17044c8b1f6b569 to your computer and use it in GitHub Desktop. 
    Inject multiple css assets with htmlWebpackPlugin
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <% 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