@ikas/storefront 0.0.161-alpha.13 → 0.0.161-alpha.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.es.js +1 -8
- package/build/index.js +1 -8
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -38052,14 +38052,7 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38052
38052
|
nextI18nConf = serverRuntimeConfig.nextI18nConf;
|
|
38053
38053
|
routingLocales = uniq_1(storefront.routings.map(function (sr) { return sr.locale; }));
|
|
38054
38054
|
defaultRoutingLocale = routing.locale;
|
|
38055
|
-
console.log(
|
|
38056
|
-
i18n: {
|
|
38057
|
-
locales: routingLocales,
|
|
38058
|
-
defaultLocale: defaultRoutingLocale,
|
|
38059
|
-
},
|
|
38060
|
-
serializeConfig: false,
|
|
38061
|
-
localePath: nextI18nConf.localePath,
|
|
38062
|
-
}, null, 2));
|
|
38055
|
+
console.log(isLocal, nextI18nConf);
|
|
38063
38056
|
if (!isServer) return [3 /*break*/, 4];
|
|
38064
38057
|
_d = {};
|
|
38065
38058
|
_b = [{}];
|
package/build/index.js
CHANGED
|
@@ -38029,14 +38029,7 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38029
38029
|
nextI18nConf = serverRuntimeConfig.nextI18nConf;
|
|
38030
38030
|
routingLocales = uniq_1(storefront.routings.map(function (sr) { return sr.locale; }));
|
|
38031
38031
|
defaultRoutingLocale = routing.locale;
|
|
38032
|
-
console.log(
|
|
38033
|
-
i18n: {
|
|
38034
|
-
locales: routingLocales,
|
|
38035
|
-
defaultLocale: defaultRoutingLocale,
|
|
38036
|
-
},
|
|
38037
|
-
serializeConfig: false,
|
|
38038
|
-
localePath: nextI18nConf.localePath,
|
|
38039
|
-
}, null, 2));
|
|
38032
|
+
console.log(isLocal, nextI18nConf);
|
|
38040
38033
|
if (!isServer) return [3 /*break*/, 4];
|
|
38041
38034
|
_d = {};
|
|
38042
38035
|
_b = [{}];
|