From 6a9918b7246629d7103c1074c95d5878fec07f21 Mon Sep 17 00:00:00 2001 From: Ben Jervis Date: Thu, 14 Dec 2023 15:27:25 +1100 Subject: [PATCH] Add the favicon to webpack config --- lib/makeWebpackConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/makeWebpackConfig.js b/lib/makeWebpackConfig.js index 6ca8355b..98c17b26 100644 --- a/lib/makeWebpackConfig.js +++ b/lib/makeWebpackConfig.js @@ -163,6 +163,7 @@ module.exports = async (playroomConfig, options) => { chunksSortMode: 'none', chunks: ['index'], filename: 'index.html', + favicon: 'images/favicon-inverted.png', base: playroomConfig.baseUrl, }), new HtmlWebpackPlugin({