From b47718a4f6d452c06af0a0ae847d55aeab713b13 Mon Sep 17 00:00:00 2001 From: Alexander Akait <4567934+alexander-akait@users.noreply.github.com> Date: Tue, 21 Sep 2021 20:48:48 +0300 Subject: [PATCH] test: update (#542) --- test/manual/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/manual/webpack.config.js b/test/manual/webpack.config.js index c4c665ea..b0a5b1bd 100644 --- a/test/manual/webpack.config.js +++ b/test/manual/webpack.config.js @@ -240,7 +240,7 @@ module.exports = { }, { test: /\.png$/i, - loader: "file-loader", + type: "asset/resource", }, ], },