simplify config entry

pull/8710/head
Bruno Windels 2019-02-20 09:39:42 +01:00
parent e56206241b
commit 6a9c053536
1 changed files with 4 additions and 8 deletions

View File

@ -71,14 +71,10 @@ module.exports = {
// 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]',
},
},
],
loader: 'file-loader',
options: {
name: 'i18n/[name].[hash:7].[ext]',
},
},
{
test: /\.(gif|png|svg|ttf|xml|ico)$/,