| Current Path : /var/www/homesaver/www/bitrix/modules/rest/install/js/rest/listener/ |
| Current File : /var/www/homesaver/www/bitrix/modules/rest/install/js/rest/listener/config.php |
<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
die();
}
return array(
'css' => [],
'js' => [
'dist/listener.bundle.js'
],
'rel' => [
'main.polyfill.core',
'main.core.events',
],
'skip_core' => true,
);