diff --git a/webpack.common.js b/webpack.common.js index 09219a4757..1bcb1f6a74 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -77,8 +77,8 @@ module.exports = { }) ], output: { - filename: '[name].bundle.js', - path: path.resolve(__dirname, 'dist') + filename: '[name].[contenthash].bundle.js', + path: path.resolve(__dirname, 'dist'), }, module: { rules: [