Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webpack.common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 7a4ef5bca..54ca1714d 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -5,6 +5,7 @@ module.exports = {
entry: path.join(__dirname, 'src/main.js'),
output: {
path: path.resolve(__dirname, 'js'),
+ chunkFilename: 'mail.[name].[contenthash].js',
publicPath: '/js/',
filename: 'mail.js'
},