Skip to content

Commit

Permalink
added extra info page
Browse files Browse the repository at this point in the history
  • Loading branch information
benjym committed Nov 25, 2023
1 parent aae7a1e commit 0cf9252
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 0cf9252

Please sign in to comment.