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

6 lines
135 B
JavaScript

module.exports = {
input: 'src/mobile.js',
output: 'dist/mobile.bundle.js',
namespace: 'BX.Location.Mobile',
browserslist: true,
};