Expansive plugin for live reloading the browser on content changes.
Provides the 'reload' service. To use, add the 'reload' partial to your layout. This will generate a reload script in 'debug' mode. Ensure you include the reload partial before calling renderScripts().
<@ partial('reload') @>
pak install exp-reload
reload.enable — Enable compressing all files using reload.
{
services: {
reload: {
enable: true,
}
}
}