add noise to jenkins config and fix webpack config

This commit is contained in:
weboko 2023-01-06 01:03:31 +01:00
parent 2b254597c7
commit 22d5dd414f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module.exports = {
mode: "development",
plugins: [
new CopyWebpackPlugin({
patterns: ["index.html"],
patterns: ["index.html", "favicon.ico", "favicon.png", "manifest.json"],
}),
],
};