From fb1a716b9abeabe0933793a139d7b9c33e87ff64 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 a1602cf81..f8335e292 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: