From c0af62316d433955737b42d105a8ce0c4f50fa29 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 14 Aug 2024 07:46:42 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20Typo=20in=20sidepanel=20options=20(`brow?= =?UTF-8?q?se=5Fstyle`=20=E2=86=92=20`browser=5Fstyle`)=20(#914)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wxt/src/core/utils/building/find-entrypoints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',