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

11 lines
204 B
JavaScript

module.exports = {
input: 'src/index.js',
output: {
js: 'dist/counterpanel.bundle.js',
css: 'dist/counterpanel.bundle.css',
},
namespace: 'BX.UI',
browserslist: true,
transformClasses: true,
};