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

8 lines
163 B
JavaScript

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