aboutsummaryrefslogtreecommitdiff
path: root/www/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/webpack.config.js')
-rw-r--r--www/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webpack.config.js b/www/webpack.config.js
index 98cfec8..445b6e2 100644
--- a/www/webpack.config.js
+++ b/www/webpack.config.js
@@ -9,6 +9,6 @@ module.exports = {
},
mode: "development",
plugins: [
- new CopyWebpackPlugin(['index.html', 'bulma.min.css'])
+ new CopyWebpackPlugin(['index.html', 'bulma.min.css', 'favicon.ico'])
],
};