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

10 lines
165 B
JavaScript

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