diff --git a/packages/wxt/src/core/utils/building/find-entrypoints.ts b/packages/wxt/src/core/utils/building/find-entrypoints.ts index 0f056b72..2dca6563 100644 --- a/packages/wxt/src/core/utils/building/find-entrypoints.ts +++ b/packages/wxt/src/core/utils/building/find-entrypoints.ts @@ -387,7 +387,7 @@ async function getSidepanelEntrypoint( const options = await getHtmlEntrypointOptions( info, { - browserStyle: 'browse_style', + browserStyle: 'browser_style', exclude: 'exclude', include: 'include', defaultIcon: 'default_icon',