summaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-05-16 17:04:43 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-05-16 17:04:43 +0200
commitf6b7dc45acd690225b92ceed8dc688263cae8958 (patch)
tree90a851a56ade7cbc449f99c857402cb2f1a6ba6c /webpack.common.js
parent5c0dd7d7d6d0f6f461dd909d399e31f4cc662819 (diff)
Fix avatar errors, and migrate settings menu to Actions
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index da9cc0e9..af5d6759 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -9,7 +9,7 @@ module.exports = {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',
filename: 'contacts.js',
- chunkFilename: 'chunks/[name].js'
+ chunkFilename: 'chunks/contacts.[name].[contenthash].js'
},
module: {
rules: [