fix copy of artifacts

This commit is contained in:
weboko 2023-01-28 02:05:44 +01:00
parent d673c76491
commit 953d788e81
No known key found for this signature in database

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"],
}),
],
};