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

9 lines
162 B
JavaScript

module.exports = {
input: './src/index.js',
output: './main.date.js',
namespace: 'BX.Main',
protected: true,
browserslist: true,
transformClasses: true,
};