• A hook event that fires when a package that is being watched by the hot reload system has a file changed. The hook provides the hot reload data related to the file change. Hooked functions may intercept the hot reload and prevent the core software from handling it by returning false.

    hotReload

    Parameters

    • data: HotReloadData

      The hot reload data

    Returns void