Your IP : 18.119.135.231


Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/ui/vue/vendor/v2/
Upload File :
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/ui/vue/vendor/v2/config.php

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
	die();
}

if (defined('VUEJS_DEBUG') && VUEJS_DEBUG)
{
	$js = './dev/dist/dev.vue.bundle.js';
	$rel = [
		'main.polyfill.core',
		'ui.vue.devtools'
	];
}
else
{
	$js = './prod/dist/vue.bundle.js';
	$rel = [
		'main.polyfill.core',
	];
}

return [
	'js' => $js,
	'rel' => $rel,
	'skip_core' => true,
];