Skip to content

Commit

Permalink
Tweak bundle name to include hash
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed Nov 28, 2015
1 parent 7dc7c99 commit 4de8a27
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 @@ -5,7 +5,7 @@ module.exports = {
entry: './bootstrapper',
output: {
path: __dirname + '/public',
filename: 'bundle.js'
filename: 'wowser-[hash].js'
},
resolve: {
extensions: ['', '.js', '.jsx']
Expand Down

0 comments on commit 4de8a27

Please sign in to comment.