@zohodesk/client_build_tool 0.0.1-0.exp.0.0.8 → 0.0.1-0.exp.0.0.9
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.
|
@@ -23,8 +23,8 @@ class I18nNumericIndexHtmlInjectorPlugin {
|
|
|
23
23
|
i18nAssetsPublicPathPrefix = ''
|
|
24
24
|
} = this.options;
|
|
25
25
|
const DEFAULT_LOCALE = '{{--user-locale}}';
|
|
26
|
-
const NUMERIC_FILENAME = `i18n-
|
|
27
|
-
const DYNAMIC_FILENAME = `i18n-
|
|
26
|
+
const NUMERIC_FILENAME = `i18n-chunk/${DEFAULT_LOCALE}/numeric.i18n.js`;
|
|
27
|
+
const DYNAMIC_FILENAME = `i18n-chunk/${DEFAULT_LOCALE}/dynamic.i18n.js`;
|
|
28
28
|
const newI18nAssetUrlsToAdd = [];
|
|
29
29
|
const numericAssetUrl = urlConcat('', NUMERIC_FILENAME);
|
|
30
30
|
newI18nAssetUrlsToAdd.push(numericAssetUrl);
|