fix: noise-rtc copy of artefacts

This commit is contained in:
Sasha 2023-01-28 02:09:40 +01:00 committed by GitHub
parent d673c76491
commit ac65ea29d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"],
}),
],
};