Skip to content

Commit

Permalink
Merge pull request #132 from xaviermarchegay/master
Browse files Browse the repository at this point in the history
Add hash to output javascript filename
  • Loading branch information
jacquesbh authored Aug 17, 2022
2 parents c4eb8e3 + 105f7b3 commit 8ad6f5a
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 @@ -17,7 +17,7 @@ Encore

// organise files
.configureFilenames({
js: 'js/[name].js'
js: 'js/[name].[hash:8].js'
})
;

Expand Down

0 comments on commit 8ad6f5a

Please sign in to comment.