From af840d7169ac31ad2b1ce5ba657dd705c533cb79 Mon Sep 17 00:00:00 2001 From: silverfish2525 Date: Tue, 30 Jun 2026 18:25:09 +0530 Subject: [PATCH] feat: export `getEntrypointBundlePath` from `wxt` (#2463) --- packages/wxt/src/core/utils/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/wxt/src/core/utils/index.ts b/packages/wxt/src/core/utils/index.ts index 3110cb1d..7ef361b1 100644 --- a/packages/wxt/src/core/utils/index.ts +++ b/packages/wxt/src/core/utils/index.ts @@ -1 +1,2 @@ export { normalizePath } from './paths'; +export { getEntrypointBundlePath } from './entrypoints';