mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-09-12 20:45:25 -05:00
Fix build issue with SVGs
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = function(env) {
|
||||
}),
|
||||
},
|
||||
{
|
||||
test: /\.woff2?$|\.ttf$|\.eot$|\.svg$/,
|
||||
test: /\.(woff2?|ttf|eot)$/,
|
||||
loader: 'file-loader?name=assets/fonts/[name].[hash:6].[ext]',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user