aboutsummaryrefslogtreecommitdiff
path: root/www/webpack.config.js
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-04-18 15:34:50 +0200
committergabrielgio <gabriel.giovanini@pm.me>2022-04-18 15:34:50 +0200
commitfaf7150b5ff5de8d99c6ad495d53b10bcae3f7e3 (patch)
tree991d9b48bdeb642c0904cf7c21d8038f4e9b7a76 /www/webpack.config.js
parentfef8990a818386a68915ef2272ea8a33b5cfcb04 (diff)
downloadgenpass-faf7150b5ff5de8d99c6ad495d53b10bcae3f7e3.tar.gz
genpass-faf7150b5ff5de8d99c6ad495d53b10bcae3f7e3.tar.bz2
genpass-faf7150b5ff5de8d99c6ad495d53b10bcae3f7e3.zip
feat: Remove WIP and add favicon
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'])
],
};