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

10 lines
180 B
JavaScript

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