Skip to content

Commit

Permalink
switch to using contenthash to fix different hashes among deployment …
Browse files Browse the repository at this point in the history
…replicas
  • Loading branch information
Jon Nation committed Jun 13, 2019
1 parent 6ee0cf1 commit bace491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
tools: './static/js/tools'
},
output: {
filename: '[name].[hash].js'
filename: '[name].[contenthash].js'
},
plugins: [
new BundleTracker({filename: './static/webpack-stats.json'}),
Expand Down

0 comments on commit bace491

Please sign in to comment.