refactor: style loading

This commit is contained in:
cha0s 2024-01-11 05:06:28 -06:00
parent 8e0beb943e
commit a3b702f4db

View File

@ -13,9 +13,6 @@
}
</style>
<%= htmlWebpackPlugin.tags.headTags %>
<% styleFiles.forEach(({content, href}) => { %>
<style data-href="<%= href %>"><%= content %></style>
<% }); %>
</head>
<body>
<%= htmlWebpackPlugin.tags.bodyTags %>