Skip to content

Commit

Permalink
Merge pull request #1543 from Automattic/add/appjs-hash
Browse files Browse the repository at this point in the history
Add a hash to app.js to blow out cache
  • Loading branch information
belcherj committed Aug 19, 2019
2 parents 0bf4415 + 86420c7 commit fb4354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = () => {
entry: ['./boot'],
output: {
path: __dirname + '/dist',
filename: 'app.js',
filename: 'app.[hash].js',
chunkFilename: '[name].[chunkhash].js',
...(config.is_app_engine && {
publicPath: config.web_app_url + '/',
Expand Down

0 comments on commit fb4354e

Please sign in to comment.