Files
espocrm/frontend/bundle-config.json
2023-05-31 16:44:02 +03:00

61 lines
2.4 KiB
JSON

{
"files": [
"client/src/namespace.js",
"client/src/loader.js",
"client/src/loader-init-libs.js",
"client/src/exceptions.js",
"client/src/utils.js"
],
"patterns": [
"client/src/!(pre-loader).js",
"client/src/ui/**/*.js",
"client/src/views/*.js",
"client/src/views/site/*.js",
"client/src/views/fields/*.js",
"client/src/views/record/**/*.js",
"client/src/views/search/**/*.js",
"client/src/views/modals/*.js",
"client/src/views/dashlets/**/*.js",
"client/src/views/global-search/*.js",
"client/src/views/stream/*.js",
"client/src/views/note/*.js",
"client/src/views/notification/*.js",
"client/src/controllers/*.js",
"client/src/models/*.js",
"client/src/collections/*.js",
"client/src/acl/*.js"
],
"templatePatterns": [
"client/res/templates/*.tpl",
"client/res/templates/site/**/*.tpl",
"client/res/templates/record/**/*.tpl",
"client/res/templates/note/*.tpl",
"client/res/templates/stream/*.tpl",
"client/res/templates/global-search/*.tpl",
"client/res/templates/fields/address/*.tpl",
"client/res/templates/fields/array/*.tpl",
"client/res/templates/fields/attachments-multiple/*.tpl",
"client/res/templates/fields/base/*.tpl",
"client/res/templates/fields/bool/*.tpl",
"client/res/templates/fields/currency/*.tpl",
"client/res/templates/fields/date/*.tpl",
"client/res/templates/fields/datetime/*.tpl",
"client/res/templates/fields/datetime-short/*.tpl",
"client/res/templates/fields/duration/*.tpl",
"client/res/templates/fields/email/*.tpl",
"client/res/templates/fields/enum/*.tpl",
"client/res/templates/fields/file/*.tpl",
"client/res/templates/fields/float/*.tpl",
"client/res/templates/fields/int/*.tpl",
"client/res/templates/fields/multi-enum/*.tpl",
"client/res/templates/fields/person-name/*.tpl",
"client/res/templates/fields/text/*.tpl",
"client/res/templates/fields/url/*.tpl",
"client/res/templates/fields/user/*.tpl",
"client/res/templates/fields/user-with-avatar/*.tpl",
"client/res/templates/fields/varchar/*.tpl",
"client/res/templates/fields/wysiwyg/*.tpl"
],
"chunkNumber": 3
}