feat: added font loading to karma conf

Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
Simon Bailey 2015-05-06 10:37:34 +01:00
parent b7536977f9
commit e9250714d7

View File

@ -47,6 +47,12 @@ module.exports = function (config) {
},<% } %> {
test: /\.css$/,
loader: 'style-loader!css-loader'
}, {
test: /\.woff/,
loader: 'url-loader?limit=10000&mimetype=application/font-woff'
}, {
test: /\.woff2/,
loader: 'url-loader?limit=10000&mimetype=application/font-woff2'
}]
},
resolve: {