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