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

5 lines
115 B
JavaScript

module.exports = {
input: 'src/sliderhacks.js',
output: 'dist/sliderhacks.bundle.js',
namespace: 'BX.Landing'
};