diff --git a/webpack.common.js b/webpack.common.js index 34c5907f7c..b4b05701fb 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -28,6 +28,7 @@ module.exports = { }, output: { filename: '[name].min.js', + chunkFilename: '[name].[contenthash].js', path: path.resolve(__dirname, 'build/webpack'), publicPath: `${relativePath}/assets/`, },