mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
6 lines
296 B
JavaScript
6 lines
296 B
JavaScript
// This is a noop in Marko 5 and should eventually be removed.
|
|
// In Marko 5 `browser-refresh` is automatically enabled if you use the require hook, and
|
|
// browser refresh is running. We still expose this API to simplify the upgrade process from
|
|
// Marko 4 to Marko 5.
|
|
exports.enable = () => {};
|