D
devmattrick
@devmattrick
Posts
-
Plugin Development Workflow -
Plugin Development WorkflowHi there,
I'm new to NodeBB and I've been looking I to developing plugins. I've read the documentation and get the gist of how everything works and I have my plugin set up using symbolic links so I can modify and update it in the node_modules folder as I make changes. My main question is if there is some sort of hot plugin reloading feature available which can reflect changes made in the plugin without having to reload the entire NodeBB instance. It seems tedious to have to restart NodeBB every time you make a change to your plugin.
Thanks for your time.