aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/webpack.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/webpack.js')
-rw-r--r--apps/files_sharing/webpack.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/webpack.js b/apps/files_sharing/webpack.js
index 8ff9afd866a..a8b94432683 100644
--- a/apps/files_sharing/webpack.js
+++ b/apps/files_sharing/webpack.js
@@ -10,6 +10,6 @@ module.exports = {
path: path.resolve(__dirname, './js/dist/'),
publicPath: '/js/',
filename: '[name].js',
- chunkFilename: 'files_sharing.[id].js'
+ chunkFilename: 'files_sharing.[id].js?v=[chunkhash]'
}
}