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

5 lines
117 B
JavaScript

module.exports = {
input: './src/google.js',
output: './dist/google.bundle.js',
namespace: 'BX.Location.Google'
};