mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Update typing modules
This commit is contained in:
@@ -12,6 +12,8 @@ if (document.body.getAttribute('data-debug') !== 'true' || localStorage.producti
|
||||
enableProdMode();
|
||||
}
|
||||
|
||||
if (typeof module !== 'undefined' && module.hot) {
|
||||
module.hot.accept();
|
||||
|
||||
|
||||
if (typeof module !== 'undefined' && (module as any).hot) {
|
||||
(module as any).hot.accept();
|
||||
}
|
||||
Reference in New Issue
Block a user