From 5e7d79c8b95c978fdf44fb42a3684efd11170ebd Mon Sep 17 00:00:00 2001 From: Noah Gao Date: Tue, 14 Feb 2023 16:59:20 +0800 Subject: [PATCH] fix(plugin): make higher priority of exports --- src/plugin/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/common.ts b/src/plugin/common.ts index 4a24a15..b1f5bca 100644 --- a/src/plugin/common.ts +++ b/src/plugin/common.ts @@ -52,7 +52,7 @@ export async function getInlinePackageEntryPath(packagePath: string): Promise