From 8f6dba20d206814863f7da8a92789b021ce85714 Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 29 Dec 2024 08:20:07 -0600 Subject: [PATCH] docs: Update upgrade guide --- docs/guide/resources/upgrading.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/resources/upgrading.md b/docs/guide/resources/upgrading.md index 44b40d55..c86e696e 100644 --- a/docs/guide/resources/upgrading.md +++ b/docs/guide/resources/upgrading.md @@ -169,6 +169,8 @@ export default defineConfig({ }); ``` +If you've loaded the extension into your browser manually for development, uninstall and re-install it from the new dev output directory. + ### `runner` APIs Renamed To improve consistency with the `web-ext.config.ts` file, the "runner" APIs have been renamed. You can continue using the old names, but they have been deprecated and will be removed in a future version: