Fix karma complaining about woff2 files

pull/21833/head
Travis Ralston 2019-08-08 15:59:35 -06:00
parent 3214ed8829
commit a6347af320
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ module.exports = function (config) {
]
},
{
test: /\.(gif|png|svg|ttf)$/,
test: /\.(gif|png|svg|ttf|woff2)$/,
loader: 'file-loader',
},
],