forked from sombochea/verdaccio-ui
Merge branch 'master' into refactor/migrate_autocomplete_to_mui
This commit is contained in:
@@ -67,7 +67,8 @@ module.exports = {
|
||||
test: /\.(woff|woff2|eot|ttf|otf)$/,
|
||||
loader: 'url-loader',
|
||||
options: {
|
||||
name: '/fonts/[name].[ext]',
|
||||
name: '[name].[ext]',
|
||||
outputPath: 'fonts',
|
||||
limit: 50,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user