feat: add .css webpack loader

This commit is contained in:
endiliey 2018-08-12 22:49:14 +08:00
parent ea706d2830
commit 1564edae4c
9 changed files with 202 additions and 41 deletions

View file

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<title><%- title %></title>
<% css.forEach(function(file){ %>
<link href="<%- file %>" rel="stylesheet">
<link href="<%-baseUrl %><%- file %>" rel="stylesheet">
<% }); %>
</head>
<body>