Skip to content

Expire all webpack assets by altering filename postfix

What does this MR do?

Appends v2 to all webpack-generated assets to ensure they are re-cached in the wake of the UglifyJS issue we had on 2/28/2017

Since the chunkhash is taken prior to the uglify step, it is the same even with the fixed assets.

CE port: gitlab-ce!9602

Merge request reports