Try the lozad lazy loader

This commit is contained in:
RainLoop 2017-09-21 01:18:41 +03:00
parent 16ca116b30
commit 4f19d9fd56
7 changed files with 41 additions and 21 deletions

View file

@ -24,7 +24,7 @@ module.exports = {
// errors
'no-cond-assign': [2, 'always'],
'no-console': 2,
'no-console': 0,
'no-constant-condition': 2,
'no-control-regex': 2,
'no-debugger': 2,