From 4134171530288c2b46a4da574c6afe78cd3431f4 Mon Sep 17 00:00:00 2001 From: Daniil Suvorov Date: Thu, 19 Sep 2024 11:23:09 +0300 Subject: [PATCH] =?UTF-8?q?fix(vkui):=20return=20module=20=D0=92=D0=BE?= =?UTF-8?q?=D0=B7=D0=B2=D1=80=D0=B0=D1=89=D0=B0=D0=B5=D0=BC=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D0=B5=20module=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D0=B8=20webpack=20v4=20-=20cause?= =?UTF-8?q?=20#7611?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/vkui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/vkui/package.json b/packages/vkui/package.json index 83d5e6b897..684795e914 100644 --- a/packages/vkui/package.json +++ b/packages/vkui/package.json @@ -2,6 +2,7 @@ "version": "6.7.0", "name": "@vkontakte/vkui", "description": "VKUI library", + "module": "./dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts",