##// END OF EJS Templates
Fixed loading i18n with dojo module loader
cin -
r46:ed3c20c09b00 v1.0.2 default
parent child
Show More
@@ -22,7 +22,7 export function bundle<T extends object>
22 22 fn.define = (pack: Partial<T>) => pack;
23 23 fn.default = nlsBundle.default;
24 24 fn.load = async (id: string, require: Require, cb: OnLoad, config: any) => {
25 if (config.isBuild) {
25 if (config && config.isBuild) {
26 26 cb();
27 27 } else {
28 28 try {
General Comments 0
You need to be logged in to leave comments. Login now