mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-07-19 17:33:08 -05:00
Fix build issue with SVGs
This commit is contained in:
parent
a629d63a74
commit
bcd2aefdfd
|
|
@ -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]',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user