fix/pe: minimal post load bootable version

This commit is contained in:
Konstantin Kireyev
2024-06-13 13:11:23 +05:00
parent 92e0f41845
commit b7a7d333c3
19 changed files with 119 additions and 88 deletions

View File

@ -98,6 +98,20 @@
}
}
}
},
"postload": {
"options": {
"baseUrl": "../apps/",
"optimize": "none",
"name": "../apps/presentationeditor/main/app_pack.js",
"out": "../deploy/web-apps/apps/presentationeditor/main/code.js",
"inlineText": true,
"findNestedDependencies": false,
"optimizeAllPluginResources": false,
"paths": {
"text": "../vendor/requirejs-text/text"
}
}
}
},
"less": {