diff --git a/packages/wxt/src/core/utils/index.ts b/packages/wxt/src/core/utils/index.ts index 3110cb1d8..7ef361b18 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';