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

13 lines
186 B
PHP

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