1
1
/**
2
- * @license r.js 2.3.5+ Mon, 27 Aug 2018 03:40:43 GMT Copyright jQuery Foundation and other contributors.
2
+ * @license r.js 2.3.5+ Mon, 27 Aug 2018 04:57:09 GMT Copyright jQuery Foundation and other contributors.
3
3
* Released under MIT license, http://github.com/requirejs/r.js/LICENSE
4
4
*/
5
5
@@ -19,7 +19,7 @@ var requirejs, require, define, xpcUtil;
19
19
(function (console, args, readFileFunc) {
20
20
var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
21
21
nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode, Cc, Ci,
22
- version = '2.3.5+ Mon, 27 Aug 2018 03:40:43 GMT',
22
+ version = '2.3.5+ Mon, 27 Aug 2018 04:57:09 GMT',
23
23
jsSuffixRegExp = /\.js$/,
24
24
commandOption = '',
25
25
useLibLoaded = {},
@@ -30021,7 +30021,11 @@ define('build', function (require) {
30021
30021
singleContents = config.onBuildWrite(moduleName, path, singleContents);
30022
30022
}
30023
30023
};
30024
- builder.write(parts.prefix, parts.name, writeApi);
30024
+
30025
+ builder.write(parts.prefix, parts.name, writeApi, {
30026
+ name: module.onCompleteData.name,
30027
+ path: module.onCompleteData.path
30028
+ });
30025
30029
}
30026
30030
return;
30027
30031
} else {
0 commit comments