Skip to content

Commit

Permalink
Modifying webpack config to use contenthash instead of hash. (matterm…
Browse files Browse the repository at this point in the history
  • Loading branch information
crspeller authored and hmhealey committed Oct 11, 2018
1 parent cf9eee1 commit f0cc1e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ var config = {
output: {
path: path.join(__dirname, 'dist'),
publicPath,
filename: '[name].[hash].js',
chunkFilename: '[name].[chunkhash].js',
filename: '[name].[contenthash].js',
chunkFilename: '[name].[contenthash].js',
},
module: {
rules: [
Expand Down

0 comments on commit f0cc1e3

Please sign in to comment.