You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/processors/bundlers/moduleBundler.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ class LocatorResourcePool extends ResourcePool {
87
87
* @property {boolean} [resolveConditional=false] Whether conditional dependencies of modules should be resolved
88
88
* and added to the module set for this section
89
89
* @property {boolean} [renderer=false] Whether renderers for controls should be added to the module set
90
-
* @property {boolean} [declareRawModules=true] Whether raw modules should be declared after jQuery.sap.global became available. With the usage of the ui5loader, this flag should be set to 'false'
90
+
* @property {boolean} [declareRawModules=false] Whether raw modules should be declared after jQuery.sap.global became available. With the usage of the ui5loader, this flag should be set to 'false'
91
91
* @property {boolean} [sort=true] Whether the modules should be sorted by their dependencies
0 commit comments