Skip to content

Commit

Permalink
Add the favicon to webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjervis committed Dec 14, 2023
1 parent 688f0e4 commit 6a9918b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/makeWebpackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 6a9918b

Please sign in to comment.