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

8 lines
167 B
JavaScript

module.exports = {
input: 'src/index.js',
output: 'dist/video-service.bundle.js',
namespace: 'BX.UI.VideoService',
browserslist: true,
adjustConfigPhp: false,
};