From 942d2bf23e22ba2ff82691bf8e50f7b8d137c284 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Fri, 28 Jan 2022 09:55:37 +0100
Subject: [PATCH] Slightly reduce size of installed assets

We only use the solid icons.
---
 webpack.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpack.config.js b/webpack.config.js
index e1ccb9873..039613e2d 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -83,7 +83,7 @@ module.exports = environment => {
             new CopyWebpackPlugin({
                 patterns: [
                     {
-                        from: path.resolve(__dirname + '/node_modules/\@fortawesome/fontawesome-free/webfonts/*'),
+                        from: path.resolve(__dirname + '/node_modules/\@fortawesome/fontawesome-free/webfonts/fa-solid*'),
                         to: 'fonts/[name][ext]'
                     }
                 ]
-- 
GitLab