Skip to content

Commit

Permalink
Add a hash to app.js to blow out cache
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj committed Aug 19, 2019
1 parent 4bc857e commit 86420c7
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 86420c7

Please sign in to comment.