summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webpack.common.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 1738d1c1..87141b24 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -6,7 +6,8 @@ module.exports = {
output: {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',
- filename: 'social.js'
+ filename: 'social.js',
+ chunkFilename: '[name].[chunkhash].js'
},
module: {
rules: [