• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/assets/webpackbuilder.php
  • Класс: BitrixLandingAssetsWebpackBuilder
  • Вызов: WebpackBuilder::normalizeCriticalResources
protected function normalizeCriticalResources(): void
{
	$this->criticalResources = $this->resources->getSliceByLocation(Location::LOCATION_BEFORE_ALL);
	$this->normalizedCriticalResources = $this->criticalResources->getNormalized();
}