Merge branch 'master' into refactor/migrate_autocomplete_to_mui

This commit is contained in:
Priscila Oliveira
2019-11-13 15:09:22 +01:00
12 changed files with 396 additions and 395 deletions

View File

@@ -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,
},
},