ez-pro/core/bitrix/js/main/lazyload/config.php
2025-11-13 19:04:05 +03:00

14 lines
222 B
PHP

<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'js' => 'dist/lazyload.bundle.js',
'rel' => [
'main.core',
'main.polyfill.intersectionobserver',
],
'skip_core' => false,
];