Skip to content

Hot Module Replacement

Mattias edited this page Aug 28, 2021 · 1 revision

Iroh comes with Hot Module Replacement for files in the assets directory listening on port 8081. HOT is located in src/Helper/Theme/Enqueue.php and enabled by default but can be disabled by changing define("APP_ENV", 'dev'); to prod located in the functions.php.

Clone this wiki locally