API > wxt > getEntrypointBundlePath
Function: getEntrypointBundlePath()
getEntrypointBundlePath(
entrypoint,outDir,ext):string
Return's the entrypoint's output path relative to the output directory. Used for paths in the manifest and rollup's bundle.
Parameters
▪ entrypoint: Entrypoint
▪ outDir: string
▪ ext: string
Source
packages/wxt/src/core/utils/entrypoints.ts:33
Generated using typedoc-plugin-markdown and TypeDoc