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

6 lines
135 B
JavaScript

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