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

7 lines
171 B
JavaScript

module.exports = {
input: 'src/notification-manager.js',
output: 'dist/notification-manager.bundle.js',
namespace: 'BX.UI.NotificationManager',
browserslist: true,
};