@ikas/storefront 0.0.161-alpha.14 → 0.0.161-alpha.16
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 +0 -8
- package/build/index.js +0 -8
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -38052,14 +38052,6 @@ 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(JSON.stringify({
|
|
38056
|
-
i18n: {
|
|
38057
|
-
locales: routingLocales,
|
|
38058
|
-
defaultLocale: defaultRoutingLocale,
|
|
38059
|
-
},
|
|
38060
|
-
serializeConfig: false,
|
|
38061
|
-
localePath: nextI18nConf.localePath,
|
|
38062
|
-
}, null, 2));
|
|
38063
38055
|
if (!isServer) return [3 /*break*/, 4];
|
|
38064
38056
|
_d = {};
|
|
38065
38057
|
_b = [{}];
|
package/build/index.js
CHANGED
|
@@ -38029,14 +38029,6 @@ 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(JSON.stringify({
|
|
38033
|
-
i18n: {
|
|
38034
|
-
locales: routingLocales,
|
|
38035
|
-
defaultLocale: defaultRoutingLocale,
|
|
38036
|
-
},
|
|
38037
|
-
serializeConfig: false,
|
|
38038
|
-
localePath: nextI18nConf.localePath,
|
|
38039
|
-
}, null, 2));
|
|
38040
38032
|
if (!isServer) return [3 /*break*/, 4];
|
|
38041
38033
|
_d = {};
|
|
38042
38034
|
_b = [{}];
|