forked from sombochea/verdaccio-ui
* fix: correctly load font files - closes #128 * Resolve issue with the moduleNameWrapper in Jest
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
ffc97c373c
commit
f61913c2d3
@@ -66,7 +66,7 @@ module.exports = {
|
||||
test: /\.(woff|woff2|eot|ttf|otf)$/,
|
||||
loader: 'url-loader',
|
||||
options: {
|
||||
name: 'fonts/[name].[ext]',
|
||||
name: '/fonts/[name].[ext]',
|
||||
limit: 50,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user