1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Web: Add support for auto-reloading dev plugins on change (#11545)

This commit is contained in:
Henry Heino
2025-01-09 07:25:06 -08:00
committed by GitHub
parent a81af0711c
commit 98fce34fe9
20 changed files with 249 additions and 64 deletions

View File

@@ -202,6 +202,7 @@ const reducer = (draftRoot: Draft<any>, action: any) => {
case 'PLUGIN_UNLOAD':
delete draft.plugins[action.pluginId];
delete draft.pluginHtmlContents[action.pluginId];
break;
}