From ba561db0cb37027957c9a617b75a89e78da7b1c5 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 29 Oct 2021 19:56:26 +0100 Subject: [PATCH] Revert "Set asset type to resource" This reverts commit e052cd3bd5b17071b454b1a821ab359beefa2c0f. --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 74ce7a4..7ed7655 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -33,7 +33,7 @@ module.exports = { }, { test: /\.(png|gif|jpe?g|svg|eot|otf|ttf|woff)$/, - type: 'asset/resource', + type: 'asset', }, ], }, -- GitLab