From 9433972394095ce5d2a0526bcbfb1b176480bd75 Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 2 Dec 2021 16:56:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20missing=20es=E3=80=81lib=20dir=20in=20ex?= =?UTF-8?q?ports=20field=20(#9985)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/vant/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/vant/package.json b/packages/vant/package.json index 692fda200..057e514a3 100644 --- a/packages/vant/package.json +++ b/packages/vant/package.json @@ -18,6 +18,8 @@ "require": "./lib/vant.cjs.js", "types": "./lib/index.d.ts" }, + "./es": "./lib/vant.es.js", + "./lib": "./lib/vant.cjs.js", "./es/*": "./es/*", "./lib/*": "./lib/*", "./package.json": "./package.json"