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

8 lines
168 B
JavaScript

module.exports = {
input: 'src/index.js',
output: 'dist/rich-text-area.bundle.js',
namespace: 'BX.UI.RichTextArea',
adjustConfigPhp: false,
browserslist: true,
};