From 58ae2ba21efcd85df331cf996a94038a77302b51 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 27 May 2020 17:07:48 +0800 Subject: [PATCH] 修改报错问题 --- .command/.conf/webpack.dist.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.command/.conf/webpack.dist.js b/.command/.conf/webpack.dist.js index 8e028a0..3bbcd41 100644 --- a/.command/.conf/webpack.dist.js +++ b/.command/.conf/webpack.dist.js @@ -15,7 +15,7 @@ test: /\.s[ac]ss$/i, use: [MiniCssExtractPlugin.loader, 'css-loader', 'sass-loader'] }, { - test: /\.(svg|png|jpg|gif)$/i, + test: /\.(svg|png|jpg|gif|ttf)$/i, loader: 'file-loader', options: { name: '[name].[ext]?[hash]', -- Gitblit v1.8.0