API > wxt > OptionsEntrypointOptions
Interface: OptionsEntrypointOptions
Contents
Extends
Properties
browserStyle
browserStyle?:
PerBrowserOption
<boolean
>
Source
packages/wxt/src/types.ts:687
chromeStyle
chromeStyle?:
PerBrowserOption
<boolean
>
Source
packages/wxt/src/types.ts:688
exclude
exclude?:
string
[]
List of target browsers to exclude this entrypoint from. Cannot be used with include
. You must choose one of the two options.
Default
ts
undefined
Inherited from
Source
packages/wxt/src/types.ts:574
include
include?:
string
[]
List of target browsers to include this entrypoint in. Defaults to being included in all builds. Cannot be used with exclude
. You must choose one of the two options.
Default
ts
undefined
Inherited from
Source
packages/wxt/src/types.ts:567
openInTab
openInTab?:
PerBrowserOption
<boolean
>
Source
packages/wxt/src/types.ts:686
Generated using typedoc-plugin-markdown and TypeDoc