• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/assets/webpackfile.php
  • Класс: BitrixLandingAssetsWebpackFile
  • Вызов: WebpackFile::configureResources
protected function configureResources(): void
{
	$this->fileController->addExtension(self::CORE_EXTENSION);    // need core ext always
	$this->fileController->addModule(
		new WebPackerModule(
			self::DEFAULT_NAME,
			$this->package,
			$this->profile
		)
	);
}