From c1e0af60f3db17b0fc97fbae1aebb5320dd22d27 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 21 Mar 2023 03:41:24 +0300 Subject: vnext: file-loader -> asset modules --- vnext/webpack.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'vnext/webpack.config.js') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 47bf98f9..65f2aad6 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -63,11 +63,7 @@ module.exports = () => { ], }, { test: /\.(png|jpe?g|gif|svg)$/i, - use: [ - { - loader: 'file-loader', - }, - ], + type: 'asset/resource' }] }, plugins: [ -- cgit v1.2.3