refactor: style loading
This commit is contained in:
parent
8e0beb943e
commit
a3b702f4db
|
@ -13,9 +13,6 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<%= htmlWebpackPlugin.tags.headTags %>
|
<%= htmlWebpackPlugin.tags.headTags %>
|
||||||
<% styleFiles.forEach(({content, href}) => { %>
|
|
||||||
<style data-href="<%= href %>"><%= content %></style>
|
|
||||||
<% }); %>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<%= htmlWebpackPlugin.tags.bodyTags %>
|
<%= htmlWebpackPlugin.tags.bodyTags %>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user