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

7 lines
138 B
JavaScript

module.exports = {
input: 'src/index.js',
output: 'dist/auto-launch.bundle.js',
namespace: 'BX.UI.AutoLaunch',
browserslist: true,
};