add content hash to languages.json file using webpack file-loader

pull/8710/head
Bruno Windels 2019-02-18 16:12:04 +01:00
parent 878190ba27
commit 070cc77e0f
1 changed files with 14 additions and 0 deletions

View File

@ -60,6 +60,20 @@ module.exports = {
use: "css-loader",
}),
},
{
// cache-bust languages.json file placed in
// riot-web/webapp/i18n during build by copy-res.js
test: /\.*languages.json$/,
type: "javascript/auto",
use: [
{
loader: 'file-loader',
options: {
name: 'i18n/[name].[hash:7].[ext]',
},
},
],
},
{
test: /\.(gif|png|svg|ttf|xml|ico)$/,
// Use a content-based hash in the name so that we can set a long cache