From 991a5b68843a6fa9a3c38532468f901054bf2249 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 1 Jan 2019 14:47:29 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BB=D0=BE=D0=B4=D0=B5=D1=80=20=D0=B4=D0=BB=D1=8F=20=D1=88?= =?UTF-8?q?=D1=80=D0=B8=D1=84=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/webpack.base.config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/webpack.base.config.js b/build/webpack.base.config.js index 593842f1..493eedf0 100644 --- a/build/webpack.base.config.js +++ b/build/webpack.base.config.js @@ -42,6 +42,13 @@ module.exports = { name: "images/[name]-[hash:6].[ext]" } }, + { + test: /\.(ttf|eot|woff)$/, + loader: "file-loader", + options: { + prefix: "font/" + } + }, ] },