mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 14:15:51 +02:00
Lint code
This commit is contained in:
@@ -9,11 +9,10 @@ import './client/polyfils';
|
||||
import { enableProdMode } from '@angular/core';
|
||||
|
||||
if (document.body.getAttribute('data-debug') !== 'true' || localStorage.production) {
|
||||
enableProdMode();
|
||||
enableProdMode();
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (typeof module !== 'undefined' && (module as any).hot) {
|
||||
(module as any).hot.accept();
|
||||
}
|
||||
(module as any).hot.accept();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user