Development Rules
If you are developing tools for the plugin, then when writing code, you must adhere to the following rules for things to work properly:
- Whenever
require-ing any modules, ensure that the requires are absolute, otherwisePluginFacade.HotReloadPlugin()not work (for that file anyway).