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

10 lines
185 B
JavaScript

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