mirror of https://github.com/vector-im/riot-web
Fix karma complaining about woff2 files
parent
3214ed8829
commit
a6347af320
|
@ -166,7 +166,7 @@ module.exports = function (config) {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(gif|png|svg|ttf)$/,
|
test: /\.(gif|png|svg|ttf|woff2)$/,
|
||||||
loader: 'file-loader',
|
loader: 'file-loader',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue