From bcd2aefdfd0a22d5ca78298790dd3040d41e48c5 Mon Sep 17 00:00:00 2001 From: Matt Isenhower Date: Sun, 13 Aug 2017 12:25:10 -0700 Subject: [PATCH] Fix build issue with SVGs --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index d38ba3d..d7c3079 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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]', }, {