Fix build issue with SVGs

This commit is contained in:
Matt Isenhower 2017-08-13 12:25:10 -07:00
parent a629d63a74
commit bcd2aefdfd

View File

@ -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]',
},
{