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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-01-08 23:01:02 +0300
committerdartcafe <github@dartcafe.de>2020-01-08 23:01:02 +0300
commit6bb6c57df5e2bd65d7b98db3b773c5aec147ee12 (patch)
treea05a6f5ec92fbad02591a1dd8710e5529f939db0 /webpack.common.js
parentd063d6bce8dc6544a11d94c5036cd25afdb51c69 (diff)
name chunks
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index ea2dc7b3..455feacd 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -6,7 +6,8 @@ module.exports = {
output: {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',
- filename: 'polls.js'
+ filename: 'polls.js',
+ chunkFilename: 'chunks/polls.[name].[contenthash].js'
},
module: {
rules: [