From 0cf9252f77c35a6edfde82dd844f44822cce04f8 Mon Sep 17 00:00:00 2001 From: Benjy Marks Date: Sun, 26 Nov 2023 07:43:21 +1100 Subject: [PATCH] added extra info page --- webpack.config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index fb270ce..51b2111 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -119,7 +119,13 @@ module.exports = [ template: "index.html", filename: "controller.html", chunks: ['controller'] - }) + }), + new HtmlWebpackPlugin({ + title: 'Extras', + favicon: "./resources/favicon512.png", + template: "extra.html", + filename: "extra.html" + }), ], resolve: { fallback: {