From 41cc393a3c0f6f7f4a2a7ee6733f34f9bcaa4178 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 18 Jun 2024 16:30:44 +0200 Subject: [PATCH] Profile: Fix changing user picture (#4679) --- webpack.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.ts b/webpack.config.ts index 22591c084..a3b8fbdc3 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -122,6 +122,7 @@ export default function createConfig( importLoaders: 1, modules: { namedExport: false, + auto: true, }, }, },