fix: noise-rtc copy of artefacts
This commit is contained in:
parent
d673c76491
commit
ac65ea29d5
|
@ -13,7 +13,7 @@ module.exports = {
|
||||||
mode: "development",
|
mode: "development",
|
||||||
plugins: [
|
plugins: [
|
||||||
new CopyWebpackPlugin({
|
new CopyWebpackPlugin({
|
||||||
patterns: ["index.html"],
|
patterns: ["index.html", "favicon.ico", "favicon.png", "manifest.json"],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue