mirror of
https://github.com/zoriya/flood.git
synced 2026-06-05 11:49:24 +00:00
client: remove legacy font formats
All supported browsers support WOFF 2.0.
This commit is contained in:
@@ -80,7 +80,7 @@ module.exports = {
|
||||
options: {mode: ['react-component']},
|
||||
},
|
||||
{
|
||||
test: [/\.eot$/, /\.ttf$/, /\.woff$/, /\.woff2$/],
|
||||
test: [/\.woff2$/],
|
||||
loader: require.resolve('file-loader'),
|
||||
options: {
|
||||
name: 'static/media/[name].[hash:8].[ext]',
|
||||
|
||||
Reference in New Issue
Block a user