Skip to content

Commit

Permalink
Merge pull request #80 from bemusic/asset-hashing
Browse files Browse the repository at this point in the history
chore(webpack): asset hashing for long-term caching
  • Loading branch information
dtinth committed Feb 2, 2015
2 parents 4036375 + dd22653 commit e60a629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let config = {
path: path('dist', 'build'),
publicPath: 'build/',
filename: '[name].js',
chunkFilename: '[name]-[chunkhash].js',
},
devServer: {
contentBase: false,
Expand Down

0 comments on commit e60a629

Please sign in to comment.