... директории /js/ шаблона компонента.
Конфиг для утилиты-сборщика bitrix: /local/components/my/component/templates/.default/js/v1/bundle.config.js
Сборка командой: bitrix build
const pluginVue = require('rollup-plugin-vue');
const path = require('path');
const fs = require('fs');
const dayjs = require('dayjs');
module.exports = {
input: 'src/index.js',
output: 'dist/callback.bundle.js',
namespace: 'BX.Catalog',
adjustConfigPhp: false,
browserslist: ...
20.03.2025 10:56:10