From 4f5226cb7a97f86421a94fcc75c59fe6d709ae02 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Feb 2021 14:16:47 +0100 Subject: Adding upstream version 1.6.3. Signed-off-by: Daniel Baumann --- html/src/template.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 html/src/template.html (limited to 'html/src/template.html') diff --git a/html/src/template.html b/html/src/template.html new file mode 100644 index 0000000..ffe2ad3 --- /dev/null +++ b/html/src/template.html @@ -0,0 +1,17 @@ + + + + + + <%= htmlWebpackPlugin.options.title %> + + <% for (const css in htmlWebpackPlugin.files.css) { %> + + <% } %> + + +<% for (const js in htmlWebpackPlugin.files.js) { %> + +<% } %> + + -- cgit v1.2.3