From 5cd735c11f7c0fcda7c3a8ce36e97ae7868879b6 Mon Sep 17 00:00:00 2001 From: cha0s Date: Thu, 11 Jan 2024 05:06:32 -0600 Subject: [PATCH] refactor: style loading --- build/template.ejs | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/template.ejs b/build/template.ejs index c1adf03..055b1c1 100644 --- a/build/template.ejs +++ b/build/template.ejs @@ -13,9 +13,6 @@ } <%= htmlWebpackPlugin.tags.headTags %> - <% styleFiles.forEach(({content, href}) => { %> - - <% }); %> <%= htmlWebpackPlugin.tags.bodyTags %>