Webpack now uses relative paths for resources linked from by static snippets. A templated <base> tag has been introduced in headers so app.js can set the base URL at runtime. Signed-off-by: Enrico Guiraud <enrico.guiraud@cern.ch>
		
			
				
	
	
		
			4 lines
		
	
	
		
			132 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			132 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <% for (var css in htmlWebpackPlugin.files.css) { %>
 | |
| <link href="<%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
 | |
| <% } %>
 |